summaryrefslogtreecommitdiff
path: root/include/libc/assert.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-11-05 23:44:58 -0300
committerGitHub <noreply@github.com>2021-11-05 23:44:58 -0300
commite70a8fbb992eb05d606406ae70974e56bcf912dc (patch)
treedd94abeae41e75bb177bd7e4c3a04bc38262f20f /include/libc/assert.h
parent49f55ff0052340d29cffe2767fdc7d2ee5adb9f4 (diff)
Add `stddef.h` and libc headers cleanup (#396)
* Move headers to include/libc * stddef * move math.h * General cleanup * move fabs, sqrtf and sqrt to math.h * move alloca and assert * whoops
Diffstat (limited to 'include/libc/assert.h')
-rw-r--r--include/libc/assert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc/assert.h b/include/libc/assert.h
new file mode 100644
index 000000000..1bc72e314
--- /dev/null
+++ b/include/libc/assert.h
@@ -0,0 +1,4 @@
+#ifndef ASSERT_H
+#define ASSERT_H
+
+#endif