VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.30/testdso.c@ 25275

Last change on this file since 25275 was 6076, checked in by vboxsync, 17 years ago

Merged dmik/s2 branch (r25959:26751) to the trunk.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
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