vimwiki/lang/C.wiki
2021-10-10 23:22:53 -04:00

25 lines
289 B
Plaintext

= C =
Systems language. One of the fastest langs around
== Memory ==
* [[bithacks]] - Wacky was to break memory
== stdlib ==
standard library functions
* man atoi
- string to int
* man strtol
- string to long
* man fgets
- get string from file
== Also See ==
[[C++]]
[[index]]