diff options
Diffstat (limited to 'src/userspace/libc/assert/assert.c')
-rw-r--r-- | src/userspace/libc/assert/assert.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/userspace/libc/assert/assert.c b/src/userspace/libc/assert/assert.c deleted file mode 100644 index efd9083..0000000 --- a/src/userspace/libc/assert/assert.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> - -void _assert(const char *file, int line, const char *func, const char *exp) -{ - printf("%s:%d: %s: Assertion '%s' failed", file, line, func, exp); - exit(1); -}
\ No newline at end of file |