File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / testdso.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:58 2012 UTC (12 years, 3 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: #include <stdio.h>
    2: 
    3: #define IN_LIBXML
    4: #include "libxml/xmlexports.h"
    5: 
    6: XMLPUBFUN int hello_world(void);
    7: 
    8: int hello_world(void)
    9: {
   10:   printf("Success!\n");
   11:   return 0;
   12: }

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