aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/common.h
blob: c827b76db93d6889ffbb1c65cee5817c25053c29 (plain)
1
2
3
4
5
6
7
8
#ifndef clox_common_h
#define clox_common_h

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

#endif