summaryrefslogtreecommitdiff
path: root/05/assert.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-15 16:36:52 -0500
committerpommicket <pommicket@gmail.com>2022-02-15 16:36:52 -0500
commit23198d16f445e3596e6d309a5d36b144fb32e058 (patch)
tree20487184c9c0235493e7829665056a9e51a3039c /05/assert.h
parentf973ff8cb898aafd95673cb632ac83ebbcf820c7 (diff)
ctype.h, getenv
Diffstat (limited to '05/assert.h')
-rw-r--r--05/assert.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/05/assert.h b/05/assert.h
new file mode 100644
index 0000000..8cac979
--- /dev/null
+++ b/05/assert.h
@@ -0,0 +1,7 @@
+#ifndef _ASSERT_H
+#define _ASSERT_H
+
+// assert is defined in stdc_common.h
+#include <stdc_common.h>
+
+#endif // _ASSERT_H