File: hello.c

package info (click to toggle)
mtr 0.82-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: ansic: 5,146; sh: 3,259; makefile: 91
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

typedef int socklen_t; 

socklen_t main (int argc, char **argv)
{
  printf ("hello world. \n"); 
  return 2;
}