Re: 10 most used
From: Joona I Palaste (palaste_at_cc.helsinki.fi)
Date: 05/30/04
- Next message: Robert Wessel: "Re: Reversing order of quicksort"
- Previous message: James Hu: "Welcome to comp.lang.c!"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Emmanuel Delahaye: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 May 2004 18:33:30 GMT
Profetas <xuxu_18@yahoo.com> scribbled the following:
>>In 'comp.lang.c', windle@charter.net wrote:
>>>>>Hi I am starting a project in C.
>>>>>And I would like to hear from you the 10 most used c library.
>>>>>
>>>>>just say the ones that pop up in your head.
>>>>
>>>> stdlib.h
>>
>>>stdlib.h is far to be a library. It's just an emerging part of the
> standard C
>>>library. It's a user interface.
>>Sorry, I misunderstood his question.
> That is what I ment the ones that I use is
> malloc.h
> string.h
> stdio.h
> I want the ones that you use that I have not listed above.
malloc.h is non-standard, needless and probably deprecated as well. All
its functionality can be found in stdlib.h.
-- /-- Joona Palaste (palaste@cc.helsinki.fi) ------------- Finland --------\ \-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
- Next message: Robert Wessel: "Re: Reversing order of quicksort"
- Previous message: James Hu: "Welcome to comp.lang.c!"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Emmanuel Delahaye: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|