blob: 6c4652f694bd68bc61d64c95e756953dff020e8b [file] [log] [blame]
Daniel Veillardce1648b2005-01-04 15:10:22 +00001#include <stdio.h>
2
3#define IN_LIBXML
4#include "libxml/xmlexports.h"
5
6XMLPUBFUN int hello_world()
7{
8 printf("Success!\n");
9 return 0;
10}