]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blob - src/common.h
Agrego ToRaw a las claves.
[z.facultad/75.52/treemulator.git] / src / common.h
1
2 #ifndef _COMMON_H_
3 #define _COMMON_H_
4
5 typedef unsigned char uchar;
6 typedef unsigned int uint;
7
8 #endif
9