Find the answer to your Linux question:
Results 1 to 2 of 2
whether all header files in c work in liux?please give me the reason and list of headerfiles work in linux(gccomplier)...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    1

    Header files.

    whether all header files in c work in liux?please give me the reason and list of headerfiles work in linux(gccomplier)

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    I don't understand your question.

    The standard C library specifies some header files, such as stdio.h, stdlib.h, etc. glibc then adds some more, such as unistd.h, sys/types.h, etc. Finally, you have third party APIs, for instance libvorbis.

    Any computer with a C compiler is guaranteed to have the standard library, and all POSIX systems have most of the same header files. You can see basically all of the glibc functions at:
    The GNU C Library

    Note that there are Windows libraries that do not work with Linux.

    Does this answer the question?
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...