source:
vbox/trunk/src/libs/libxml2-2.9.14/testdso.c@
103314
最後變更 在這個檔案從103314是 95312,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 166 位元組 |
行 | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | #define IN_LIBXML |
4 | #include "libxml/xmlexports.h" |
5 | |
6 | XMLPUBFUN int hello_world(void); |
7 | |
8 | int hello_world(void) |
9 | { |
10 | printf("Success!\n"); |
11 | return 0; |
12 | } |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器