9 lines
110 B
C
9 lines
110 B
C
#ifndef CLOX_COMMON
|
|
#define CLOX_COMMON
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#endif
|