C libraries

From wikinotes
Revision as of 22:32, 14 June 2016 by Will (talk | contribs) (Created page with "Access to libraries in C is probably my favourite aspect of the language. C was meant to be used on linux, and it's documentation is available in manpages (sweet, right?). <s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Access to libraries in C is probably my favourite aspect of the language. C was meant to be used on linux, and it's documentation is available in manpages (sweet, right?).

man string.h