2 lines
82 B
Markdown
2 lines
82 B
Markdown
|
|
#### 编译
|
||
|
|
gcc -c math/base.c -o math/base.o && ar rcs math/libmath.a math/base.o
|