source:
trunk/third/libxml2/testdso.c
@
21532
Revision 21532, 142 bytes checked in by ghudson, 20 years ago (diff) |
---|
Line | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | #define IN_LIBXML |
4 | #include "libxml/xmlexports.h" |
5 | |
6 | XMLPUBFUN int hello_world(void) |
7 | { |
8 | printf("Success!\n"); |
9 | return 0; |
10 | } |
Note: See TracBrowser
for help on using the repository browser.