Initial C++ runtime work. Much more to do.
This commit is contained in:
4
include/assert.h
Normal file
4
include/assert.h
Normal file
@ -0,0 +1,4 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#define assert( e ) KASSERT( (e), "Assertion failure" )
|
Reference in New Issue
Block a user