diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-03 23:25:05 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-03 23:25:05 +0100 |
| commit | 4eb0e6ca3adea9f6139299316b0fac1f1369bd8e (patch) | |
| tree | bb75b8c92c7027ceebd0486241e29640c0a08059 /lr.h | |
checkpoint
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 |
