]> git.bts.cx Git - benzene.git/blob - src_platform/playdate/bz/debug/assert.c
Initial version
[benzene.git] / src_platform / playdate / bz / debug / assert.c
1 #include <bz/debug/assert.h>
2
3 #include <stdlib.h>
4
5 void bzAssertExit() {
6 //exit(1);
7 }