Timeline for Very Simple Triangles
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 30, 2015 at 10:10 | comment | added | MarcDefiant | The macro #define p(c)printf(c) is shorter than your function. You can omit return types on functions (they default to int). You can also define function in C89 style like this main(c,v)char**v;{}. That is short for int main(int c, char** v){} | |
| Mar 25, 2015 at 19:54 | history | answered | HeyLlama | CC BY-SA 3.0 |