calculator/calc.h
2025-03-08 11:04:05 +10:00

8 lines
120 B
C

#ifndef CALC_H
#define CALC_H
typedef unsigned char bool;
typedef unsigned char u8;
typedef unsigned int uint;
#endif