25 lines
289 B
Plaintext
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]]
|