toxcore/nacl/cpuid/unknown.c
2013-07-02 09:53:34 -04:00

8 lines
73 B
C

#include <stdio.h>
main()
{
printf("unknown CPU ID\n");
return 0;
}