source: vendor/trunk/src/libs/libxml2-2.6.31/testdso.c@ 3

Last change on this file since 3 was 3, checked in by dmik, 10 years ago

vendor: Import VirtualBox OSE version 5.0.0 (r56895) from vendor.

Command: svn merge http://www.virtualbox.org/svn/vbox -r 0:56895 .

  • Property svn:eol-style set to native
File size: 166 bytes
Line 
1#include <stdio.h>
2
3#define IN_LIBXML
4#include "libxml/xmlexports.h"
5
6XMLPUBFUN int hello_world(void);
7
8int hello_world(void)
9{
10 printf("Success!\n");
11 return 0;
12}
Note: See TracBrowser for help on using the repository browser.