summaryrefslogtreecommitdiff
path: root/testdso.c
blob: 6c4652f694bd68bc61d64c95e756953dff020e8b (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>

#define IN_LIBXML
#include "libxml/xmlexports.h"

XMLPUBFUN int hello_world()
{
  printf("Success!\n");
  return 0;
}