-
Notifications
You must be signed in to change notification settings - Fork 0
zerone7/algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Files: libfiles: mylib.c mylib.h Compile example: 1.Complile the lib $ gcc -c mylib.c -o mylib.o $ ar -rsv libmylib.a mylib.o 2.Compile the program: $ gcc allsum.c -o allsum -L. -lmylib
About
algorithms exercise
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published