blob: 6c4652f694bd68bc61d64c95e756953dff020e8b [file] [log] [blame]
#include <stdio.h>
#define IN_LIBXML
#include "libxml/xmlexports.h"
XMLPUBFUN int hello_world()
{
printf("Success!\n");
return 0;
}