index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nacl
/
cpuid
/
unknown.c
blob: 786a5e72866bf0c30a4ebf4b2eae0de51845a82b (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> main() { printf("unknown CPU ID\n"); return 0; }