libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / testdso.c
blobbd4ff0865d991cf1b88d8c7c6f98ff155ed1518c
1 #include <stdio.h>
3 #define IN_LIBXML
4 #include "libxml/xmlexports.h"
6 XMLPUBFUN int hello_world(void);
8 int hello_world(void)
10 printf("Success!\n");
11 return 0;