(no title)
antidoh | 13 years ago
And since you're stocking up on C, don't forget that C's standard library is documented via man pages, e.g.
man -k sprintf
asprintf (3) - print to allocated string
sprintf (3) - formatted output conversion
vasprintf (3) - print to allocated string
vsprintf (3) - formatted output conversion
XtAsprintf (3) - memory management functions
No comments yet.