From 4eb0e6ca3adea9f6139299316b0fac1f1369bd8e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 3 Nov 2025 23:25:05 +0100 Subject: checkpoint --- lr.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lr.h (limited to 'lr.h') 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 -- cgit v1.2.3-70-g09d2