Re: Basic Question (of execv)



Paul:

On Thu, 2002-10-24 at 16:17, Pablo Fischer wrote:
Hi;

void Agenda_crear(GtkWidget *objeto, gpointer data) {

  g_print("Creando la agenda");
  execlp("touch /home/unmada/test.pfs",NULL);
}


If you really want to know more about system calls (exec*, fopen,
fclose, plus lots more) check:

http://www.advancedlinuxprogramming.com/

Basically, it is a book that you can download in pdf format.  Great
reference and tutorial.

Neil Hodge





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]