make-it-quick/config/check_uchar.c

9 lines
87 B
C
Raw Normal View History

2018-11-17 18:45:16 +08:00
#include <stdlib.h>
#include <stdint.h>
int main()
{
uchar x = 0;
return x;
}