VirtualBox

source: vbox/trunk/src/libs/libxml2-2.12.6/testdso.c

Last change on this file was 104106, checked in by vboxsync, 2 months ago

libxml2-2.9.14: Applied and adjusted our libxml2 changes to 2.9.14. bugref:10640

  • 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.

© 2023 Oracle
ContactPrivacy policyTerms of Use