This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
eilduscd/src/common.h

8 lines
123 B
C

#ifndef EILDUSCD_COMMON_H
#define EILDUSCD_COMMON_H
#define FALSE (0)
#define TRUE (!FALSE)
#endif /* EILDUSCD_COMMON */