- 2025年05月13日
- 星期二
我在C上有一个简单的测试函数: #include stdio.h#include string.h#include stdlib.h#include locale.h#include wchar.hchar fun() { printf( %i, 12 ); return y;} 编译: gcc -o test.so -shared -fP
我在C上有一个简单的测试函数: #include stdio.h#include string.h#include stdlib.h#include locale.h#include wchar.hchar fun() { printf( %i, 12 ); return y;} 编译: gcc -o test.so -shared -fP