VirtualBox

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

最後變更 在這個檔案從105635是 104106,由 vboxsync 提交於 10 月 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 166 位元組
 
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}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette