Header file libc.h

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srikar
    New Member
    • Sep 2006
    • 62

    Header file libc.h

    Hi all,

    I am not able to include the header files libc.h
    & glibc.h , When I include these headers I am gettting errors that
    no such file or directory.

    kindly help me to resolve my problem

    Thanks & Regards

    SRIKAR
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    They are not standard headers and therefore may not exist on the system you are using.

    If they do exist they may not be in a directory in the include path for your compiler.

    Comment

    Working...