File: trycpp.c

package info (click to toggle)
memtester 4.7.1-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 224 kB
  • sloc: ansic: 888; sh: 144; makefile: 117
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (55)
1
2
3
4
5
6
7
void main()
{
#ifdef NeXT
  printf("nextstep\n"); exit(0);
#endif
  printf("unknown\n"); exit(0);
}