mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef __TYPES_H__
|
|
#define __TYPES_H__
|
|
|
|
#include INC_ARCH(types.h)
|
|
|
|
|
|
#endif /* __TYPES_H__ */
|