summaryrefslogtreecommitdiff
path: root/src/sys/types.h
blob: 1ec9642dfa0385f2660e5033da068d8c5ee22d20 (plain)
1
2
3
4
5
6
7
8
#ifndef SYS_TYPES_H
#define SYS_TYPES_H

#include <stdint.h>

typedef uint32_t size_t;

#endif /* SYS_TYPES_H */