Re: Basic Question (of execv)
- From: Neil Hodge <neh attbi com>
- To: Pablo Fischer <exilion yifan net>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Basic Question (of execv)
- Date: 24 Oct 2002 17:29:12 -0700
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]