initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef ASSERT_H
|
||||
#define ASSERT_H
|
||||
|
||||
void assert(bool b);
|
||||
|
||||
#pragma compile("assert.c")
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user