Statically linking libraries in MinGW

前端 未结 3 2254
我在风中等你
我在风中等你 2021-02-06 05:55

Suppose I have three C source files. The first two to be LIBs (lib*.a?), and the third is an application which uses them.

The first is (re.c):

int re(int i         


        
3条回答
提交回复
热议问题