zerone7 / algorithms

algorithms exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 97.1%Language:Objective-C 2.9%