2021年9月17日

C#如何调用linux so库

摘要: 原文地址: http://blog.csdn.net/koupoo/article/details/7681974 //testlib.c中的内容: #include <stdio.h> int sum(int a, int b) { return a + b; } int minus(int a, 阅读全文

posted @ 2021-09-17 17:47 zoghin 阅读(1637) 评论(0) 推荐(0)

导航