Re: [OT] C code

2008-05-25 Thread Kendall Shaw
On Mon, 2008-05-26 at 00:11 -0400, deoxy wrote: > Hello. > > apue.h is OK I take this of http://safari.oreilly.com/0201433079/app02 > and this is in my folder. > The err_quit is in line 108 "void err_quit(const char *, ...)i;" > err_dump and err_sys are similar. > > regards. > > Dmitri. > > On

Re: [OT] C code

2008-05-25 Thread Woodchuck
On Sun, 25 May 2008, deoxy wrote: > Hello. > > I dont know if this a cuestion for this list, but I think is it a valid > cuestion... > I reading a book recomended in http://www.openbsd.org/books.html The book is > "Advanced programmig in the unix environment". > In this book I read Figure 3.1 b

Re: [OT] C code

2008-05-25 Thread deoxy
Hello. apue.h is OK I take this of http://safari.oreilly.com/0201433079/app02 and this is in my folder. The err_quit is in line 108 "void err_quit(const char *, ...)i;" err_dump and err_sys are similar. regards. Dmitri. On Mon, May 26, 2008 at 09:11:51AM +0530, Amarendra Godbole wrote: > > $cc

Re: [OT] C code

2008-05-25 Thread Mark Shroyer
On Sun, May 25, 2008 at 10:41:38PM -0400, deoxy wrote: > I dont know if this a cuestion for this list, but I think is it a > valid cuestion... I reading a book recomended in > http://www.openbsd.org/books.html The book is "Advanced programmig in > the unix environment". In this book I read Figure

Re: [OT] C code

2008-05-25 Thread Amarendra Godbole
On Mon, May 26, 2008 at 8:11 AM, deoxy <[EMAIL PROTECTED]> wrote: > Hello. > > I dont know if this a cuestion for this list, but I think is it a valid > cuestion... > I reading a book recomended in http://www.openbsd.org/books.html The book is > "Advanced programmig in the unix environment". > In

Re: [OT] C code

2008-05-25 Thread Kendall Shaw
On Sun, 2008-05-25 at 22:41 -0400, deoxy wrote: > Hello. > > I dont know if this a cuestion for this list, but I think is it a valid > cuestion... > I reading a book recomended in http://www.openbsd.org/books.html The book is > "Advanced programmig in the unix environment". > In this book I read

Re: [OT] C code

2008-05-25 Thread Kendall Shaw
On Sun, 2008-05-25 at 22:41 -0400, deoxy wrote: > Hello. > > I dont know if this a cuestion for this list, but I think is it a valid > cuestion... > I reading a book recomended in http://www.openbsd.org/books.html The book is > "Advanced programmig in the unix environment". > In this book I read

[OT] C code

2008-05-25 Thread deoxy
Hello. I dont know if this a cuestion for this list, but I think is it a valid cuestion... I reading a book recomended in http://www.openbsd.org/books.html The book is "Advanced programmig in the unix environment". In this book I read Figure 3.1 but this not compile. the error is: $cc F3_10.c /