diff options
Diffstat (limited to 'lr.h')
| -rw-r--r-- | lr.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +/* Luca Raymaekers' standard library */ + +#ifndef LR_H +#define LR_H + +#include "lr_macros.h" +#include "lr_types.h" +#include "lr_platform.h" + +#endif // LR_H |
