summaryrefslogtreecommitdiff
path: root/lr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lr.h')
-rw-r--r--lr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lr.h b/lr.h
new file mode 100644
index 0000000..fda0b76
--- /dev/null
+++ b/lr.h
@@ -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