File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / doc / listing1.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:55 2017 UTC (7 years, 5 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, v2_7, HEAD
confuse 2.7

    1: #include <stdio.h>
    2: 
    3: int main(void)
    4: {
    5:     printf("Hello, World!\n");
    6:     return 0;
    7: }
    8: 

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