Listing of C library functions
Results 1 to 3 of 3

Thread: Listing of C library functions

  1. #1
    Join Date
    Aug 2000
    Location
    Johor Bahru,Johor,Malaysia
    Posts
    46

    Listing of C library functions

    Is there any listing of the C library functions in Linux.I am in the process of migrating from Borland C on MS-DOS to Linux,so I find locating the function names,what it does,and the header(for parameters) difficult. Besides,can I find the source code for the C library functions anywhere in the kernel sources?Thanks in advance.

  2. #2
    Join Date
    Mar 2000
    Location
    Elyria, Ohio - USA
    Posts
    2,075
    If you run xman, sections 2 and 3 contain the C library functions as loaded on your system. That should give you what you're looking for. -mk

    ------------------
    If it ain't broke, fix it till it is.
    If it ain't broke,
    Fix it till it is.

  3. #3
    Join Date
    Aug 2000
    Location
    Johor Bahru,Johor,Malaysia
    Posts
    46
    Thanks..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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