File: helloworld.c

package info (click to toggle)
libspe2 2.2.80-95-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 940 kB
  • ctags: 1,214
  • sloc: ansic: 9,316; makefile: 551; ada: 448; sh: 24
file content (7 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
5
6
7
#include <stdio.h>

main()
{
       printf("Spu says hello!\n");
       return 42;
}