Types.h 67 B

123456
  1. #ifndef TYPES_H
  2. #define TYPES_H
  3. typedef unsigned int uint;
  4. #endif