This website requires JavaScript.
Explore
Help
Register
Sign In
lemons
/
projectC
Watch
1
Star
0
Fork
You've already forked projectC
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
projectC
/
readme.md
2 lines
82 B
Markdown
Raw
Permalink
Blame
History
#### 编译
gcc -c math/base.c -o math/base.o
&&
ar rcs math/libmath.a math/base.o
Reference in New Issue
View Git Blame
Copy Permalink