I am trying to learn to program in "C" on my own so there are many
things I do not understand yet. My main problem is that I am trying to
compile a program using Microsoft C 5.1 and I keep getting an error that
states that it cannot find LLIBC7.LIB. I am using the line "cl /AL /DADS
/G2 /FPi87 /Fetest test.c /link llibc7 rads.lib /NOE /NOI" from the RADS
documentation. I have looked everywhere for the file LLIBC7.LIB and I
cannot find it. Am I missing something here or what? Any help would be
greatly appreciated.