Where can I find a C programming reference that will list the declaration of built-in functions?
Thanks,
-Rob
Where can I find a C programming reference that will list the declaration of built-in functions?
Thanks,
-Rob
You can either buy the ISO C standard (drafts are free), or C: A Reference Manual, by Harbison and Steele. Both are very good. The Standard C Library, by P.J. Plauger, is a good book about implementing the standard C library. All of the above have the prototypes of the standard functions in them.