bfckBrainfuck interpreter with breakpoint support |
|
git clone https://noxz.tech/git/bfck.git | |
bfck |
commit: c0a90f0739ffc52c5649007d725e2d0babdba900 parent: ce8cba0c158fab9fbaa5afc4e952e9fdd717db98 author: Chris Noxz <chris@noxz.tech> date: Sun, 15 Sep 2019 13:54:06 +0200
Free `bf`
M | bfck.c | 1 | + |
diff --git a/bfck.c b/bfck.c @@ -159,6 +159,7 @@ run() } } free(cols); + free(bf); } void