File: unknown.c

package info (click to toggle)
nacl 20110221-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,264 kB
  • sloc: asm: 19,669; ansic: 13,199; cpp: 1,125; sh: 793; makefile: 72
file content (7 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#include <stdio.h>

main()
{
  printf("unknown CPU ID\n");
  return 0;
}