make-it-quick/config/check_uchar.c

9 lines
87 B
C

#include <stdlib.h>
#include <stdint.h>
int main()
{
uchar x = 0;
return x;
}