diff options
Diffstat (limited to 'rt/assert.h')
| -rw-r--r-- | rt/assert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rt/assert.h b/rt/assert.h new file mode 100644 index 0000000..f000d70 --- /dev/null +++ b/rt/assert.h @@ -0,0 +1,6 @@ +#ifndef RT_ASSERT_H +#define RT_ASSERT_H + +#define static_assert _Static_assert + +#endif
\ No newline at end of file |
