How do I download and link these libraries?

closed account (18hRX9L8)
I have these libraries:
1
2
3
4
genlib.h
simpio.h
stdio.h
strlib.h


I also have the linker files:
1
2
3
4
genlib.c
simpio.c
stdio.c
strlib.c


Any idea where I put these files and how I link them? I also heard you need to have a .O file and a .A file for every library. When I search through my compiler's folders, no .A or .O files are used for other libraries.

I am running Bloodshed Dev C++.

Thanks
closed account (18hRX9L8)
********************************SOLVED***********************************

Yeah, I got it now. I have downloaded the libraries on my school computer so I can bring those back home via USB.

Thanks guys!
Topic archived. No new replies allowed.