1
0
mirror of https://github.com/ksherlock/mpw.git synced 2025-03-30 00:32:30 +00:00

home-brew lemon uses asserts

This commit is contained in:
Kelvin Sherlock 2013-08-15 23:52:03 -04:00
parent 4041b14b36
commit e83f2d6d35

@ -7,6 +7,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <cassert>
#include "debugger.h"
#include <toolbox/MM.h>