calculator/calc.h

9 lines
120 B
C
Raw Normal View History

2025-03-08 01:04:05 +00:00
#ifndef CALC_H
#define CALC_H
typedef unsigned char bool;
typedef unsigned char u8;
typedef unsigned int uint;
#endif