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

    1: #include <stdio.h>
    2: 
    3: typedef int socklen_t; 
    4: 
    5: socklen_t main (int argc, char **argv)
    6: {
    7:   printf ("hello world. \n"); 
    8:   return 2;
    9: }

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