aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
blob: a6d653015760f3712af334ad02eae46456de5a0b (plain)
1
2
3
4
5
6
7
8
#ifndef TYPES_H
#define TYPES_H

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

#endif