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

#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>