vimwiki/lang/C.wiki

15 lines
168 B
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= C =
Systems language. One of the fastest langs around
== Memory ==
* [[bitwise_cast]] - Cast a type as another bit for bit
2021-09-22 17:23:25 +00:00
== Also See ==
[[C++]]
[[../index]]