note memory usage

This commit is contained in:
Connor Olding 2019-06-25 22:18:05 -07:00
parent 495c8ceea9
commit 71f1a7e138

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`.