summaryrefslogtreecommitdiff
path: root/src/include/types.h
blob: 391284dd15e2a7d82c6a51f770efa2f1cccb4208 (plain)
1
2
3
4
5
6
7
8
#ifndef SOURCE_TYPES_H
#define SOURCE_TYPES_H

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

#endif