File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / hello.c
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:43:42 2013 UTC (10 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#include <stdio.h>

typedef int socklen_t; 

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>