source: trunk/third/libxml2/testdso.c @ 21532

Revision 21532, 142 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21531, which included commits to RCS files with non-trunk default branches.
Line 
1#include <stdio.h>
2
3#define IN_LIBXML
4#include "libxml/xmlexports.h"
5
6XMLPUBFUN int hello_world(void)
7{
8  printf("Success!\n");
9  return 0;
10}
Note: See TracBrowser for help on using the repository browser.