File: hello.c

package info (click to toggle)
mtr 0.85-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,008 kB
  • ctags: 837
  • sloc: ansic: 6,077; sh: 1,058; makefile: 107
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;
}