Reputation: 41510
According to the documentation, iPhone's core OS includes the libSystem library, which I assume contains the standard C library functions and probably more. How can I find out about all the functions that are available in libSystem?
Upvotes: 2
Views: 1182
Reputation: 17170
Most of the functionality is the same. There is an Apple Technote that lists differences. Search for "Header Files" in that page. Note that this document refers to Darwin and is more tuned to desktop OS X rather than the iPhone OS but it should serve your needs.
Are you having a specific problem with a part of stdlib on OS X?
Upvotes: 2