source:
vbox/trunk/src/libs/libxml2-2.9.2/testdso.c@
64739
Last change on this file since 64739 was 58072, checked in by , 9 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
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 | } |
Note:
See TracBrowser
for help on using the repository browser.