Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!fernwood!uupsi!rodan.acs.syr.edu!mothra.cns.syr.EDU!jtcox From: jtcox@mothra.cns.syr.EDU (J. Theodore (J. Theodore Cox) Cox) Newsgroups: comp.os.msdos.programmer Subject: Microsoft C -> Turbo C conversion question Keywords: Microsoft C, Turbo C Message-ID: <1991Jun5.124338.13387@rodan.acs.syr.edu> Date: 5 Jun 91 21:53:17 GMT Reply-To: jtcox@mothra.cns.syr.EDU (J. Theodore (J. Theodore Cox) Cox) Lines: 10 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.