toxcore/nacl/cpuid/unknown.c

8 lines
73 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#include <stdio.h>
main()
{
printf("unknown CPU ID\n");
return 0;
}