From 71f1a7e13803bb090c965fd626eb679da1368be2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 25 Jun 2019 22:18:05 -0700 Subject: [PATCH] note memory usage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c31f055..609822d 100644 --- a/README.md +++ b/README.md @@ -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`.