mirror of
git://git.qorg11.net/kill9.git
synced 2025-02-18 16:56:49 +00:00
Added stuff to C
This commit is contained in:
parent
aaaf44abfd
commit
6e5a91ccc7
@ -13,6 +13,14 @@ The preprocessor
|
||||
|
||||
Thank you for making me understand why I got a segfault![^1]
|
||||
|
||||
~~~c
|
||||
int sum(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
~~~
|
||||
|
||||
That causes overflow
|
||||
|
||||
# But remember
|
||||
|
||||
~~~
|
||||
|
Loading…
Reference in New Issue
Block a user