make-it-quick/config/check_struct_stat.c

8 lines
72 B
C

#include <sys/stat.h>
int main()
{
struct stat st;
return 0;
}