Re: 10 most used

From: Emmanuel Delahaye (emdelYOURBRA_at_noos.fr)
Date: 05/30/04


Date: 30 May 2004 21:30:23 GMT

In 'comp.lang.c', "Profetas" <xuxu_18@yahoo.com> wrote:

> That is what I ment the ones that I use is
> malloc.h

Non standard. You probably want <stdlib.h> instead. Note that the <> are part
of the header.

> string.h

<string.h>

> stdio.h

<stdio.h>

> I want the ones that you use that I have not listed above.

Please read again your C-book and learn urgently the difference between a
library and a header.

-- 
-ed- get my email here: http://marreduspam.com/ad672570
The C-language FAQ: http://www.eskimo.com/~scs/C-faq/top.html
C-reference: http://www.dinkumware.com/manuals/reader.aspx?lib=c99
FAQ de f.c.l.c : http://www.isty-info.uvsq.fr/~rumeau/fclc/