Numworks Epsilon  1.4.1
Graphing Calculator Operating System
assert.c
Go to the documentation of this file.
1 #include <assert.h>
2 #include <stdlib.h>
3 
4 void __assert(const char * expression, const char * file, int line) {
5  abort();
6 }
void __assert(const char *expression, const char *file, int line)
Definition: assert.c:4
void abort()
Definition: rt0.cpp:22