This commit is contained in:
2017-08-04 22:01:19 -04:00
commit 20926f91d6
6 changed files with 1098 additions and 0 deletions

7
silleee.c Normal file
View File

@@ -0,0 +1,7 @@
silleee silleee_sub(silleee x, silleee y) {
y ^= 0x80000000;
return silleee_add(x, y);
}
silleee silleee_add(silleeee x, silleeee y) {
}