mirror of git://git.qorg11.net/kill9.git
Bullet list for C.md
This commit is contained in:
parent
f2dcbeb1bd
commit
5021f85435
|
@ -1,17 +1,10 @@
|
||||||
<style>
|
|
||||||
li{color:white;}
|
|
||||||
</style>
|
|
||||||
# free(malloc(sizeof("C is a great programming language")));
|
# free(malloc(sizeof("C is a great programming language")));
|
||||||
|
|
||||||
C is a great progr.... segmentation fault
|
* C is a great progr.... segmentation fault
|
||||||
|
* Who wrote the functions? I mean: fprintf, sscanf, isalnum...
|
||||||
Who wrote the functions? I mean: fprintf, sscanf, isalnum...
|
* Lack of lambdas
|
||||||
|
* The preprocessor
|
||||||
Lack of lambdas
|
* Thank you for making me understand why I got a segfault![^1]
|
||||||
|
|
||||||
The preprocessor
|
|
||||||
|
|
||||||
Thank you for making me understand why I got a segfault![^1]
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
int sum(int a, int b) {
|
int sum(int a, int b) {
|
||||||
|
|
Loading…
Reference in New Issue