Go to file
jiale.yao 3a3832eccb web cgi 2025-08-18 23:04:01 +08:00
math init 2025-08-18 22:42:15 +08:00
.gitignore UP 2025-08-18 22:45:05 +08:00
Makefile web cgi 2025-08-18 23:04:01 +08:00
_configure_thttpd.sh web cgi 2025-08-18 23:04:01 +08:00
app.c init 2025-08-18 22:42:15 +08:00
json_server.c web cgi 2025-08-18 23:04:01 +08:00
readme.md init 2025-08-18 22:42:15 +08:00

readme.md

编译

gcc -c math/base.c -o math/base.o && ar rcs math/libmath.a math/base.o