testdso.c revision 38ae7e4efe803ea78b6499cd05a394db32623e41
#include <stdio.h>
#define IN_LIBXML
#include "libxml/xmlexports.h"
XMLPUBFUN int hello_world(void);
int hello_world(void)
{
printf("Success!\n");
return 0;
}