summaryrefslogtreecommitdiff
path: root/lr.h
blob: fda0b763052b3daaba0c8406c07e5a3273d0447e (plain) (blame)
1
2
3
4
5
6
7
8
9
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