[comp.os.msdos.programmer] Microsoft C -> Turbo C conversion question

jtcox@mothra.cns.syr.EDU (J. Theodore (J. Theodore Cox) Cox) (06/06/91)

I am trying to convert some code written for Microsoft C 5.1 so it will
compile under Turbo C, and have the following questions.

1.  Is there a Microsoft C function or macro named _ftol?  If so, can
someone describe it so I can write my own verison of it.

2.  I don't know what the following switches for the Microsoft compiler mean.
	-Gs -Otlni -W3

Thanks.