Dose anyone have the header files for C listid?

Started by
3 comments, last by Dave Hunt 18 years, 11 months ago
I need these 5 header files: Bios.h stdlib.h time.h math.h dos.h I did google but i only looked at the first 2 pages
Advertisement
So you want header files but you don't have a C compiler...
“[The clergy] believe that any portion of power confided to me, will be exerted in opposition to their schemes. And they believe rightly: for I have sworn upon the altar of God, eternal hostility against every form of tyranny over the mind of man” - Thomas Jefferson
I have a C compiler but it only came with stdio.h

it is a free to try of C-Free!
That's odd. Well there are better compilers and you would get those header files you want too. DJGPP for Windows. And I guess you're not on Linux if you don't have those headers already...
“[The clergy] believe that any portion of power confided to me, will be exerted in opposition to their schemes. And they believe rightly: for I have sworn upon the altar of God, eternal hostility against every form of tyranny over the mind of man” - Thomas Jefferson
Just having the headers won't get you the functions. If you didn't get the headers, then it is likely the functions aren't in your libraries, either.

This topic is closed to new replies.

Advertisement