diff options
Diffstat (limited to 'rt/rt.h')
| -rw-r--r-- | rt/rt.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef RT_RT_H +#define RT_RT_H + +#include "assert.h" +#include "stdint.h" +#include "stddef.h" + +#endif
\ No newline at end of file |
