摘要: 动态库代码 .h #pragma once int max(int a, int b); .c #include <stdio.h> //int main() //{ // printf("hello from ConsoleApplication7!\n"); // // printf("this 阅读全文
posted @ 2018-02-02 00:03 jiftle 阅读(4847) 评论(0) 推荐(0)