This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: directories for newbies


On Mon, 22 Jul 2002, danny@3rdplanetsoftware.com moaned:
> Also what I'd really like is some online manual that grouped all the standard lib
> functions into different categories. Such as file management, networking, disk
> management, strings, etc. Anything like that around?

There's a manual/info book on the C library:

info libc

(which can also be typeset):

and at <http://www.opengroup.org/onlinepubs/007904975/nfindex.html> is
the Base Definitions for POSIX, which is the standard that you should
actually be following when writing portable code :)

By no means everything is in there (e.g. you won't find JPEG readers or
graphical stuff in there), but the core stuff is.

-- 
`There's something satisfying about killing JWZ over and over again.'
                                        -- 1i, personal communication


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]