note memory usage

master
Connor Olding 2019-06-25 22:18:05 -07:00
parent 495c8ceea9
commit 71f1a7e138
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ the prerequisites are:
* `limits.h` (just for `kyaa_extra.h`, can be avoided by defining `LONG_MIN`)
kyaa does not allocate any memory on heap.
## tutorial
ensure `argc` and `argv` are defined in a function that returns an `int`.