make-it-quick/config/check_ulong.c

9 lines
87 B
C

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