Re: 10 most used
From: Emmanuel Delahaye (emdelYOURBRA_at_noos.fr)
Date: 05/30/04
- Next message: Arthur J. O'Dwyer: "Re: 10 most used"
- Previous message: Robert Wessel: "Re: Reversing order of quicksort"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Arthur J. O'Dwyer: "Re: 10 most used"
- Reply: Arthur J. O'Dwyer: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Next message: Arthur J. O'Dwyer: "Re: 10 most used"
- Previous message: Robert Wessel: "Re: Reversing order of quicksort"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Arthur J. O'Dwyer: "Re: 10 most used"
- Reply: Arthur J. O'Dwyer: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]