Skip to content

zerone7/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published