Xref: utzoo comp.sys.ibm.pc.programmer:1768 alt.msdos.programmer:1707 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!jarthur!petunia!unmvax!sci.ccny.cuny.edu!cucard!dasys1!cooper!phri!sci.ccny.cuny.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!matrix!venkat From: venkat@matrix.UUCP (D Venkatrangan) Newsgroups: comp.sys.ibm.pc.programmer,alt.msdos.programmer Subject: __acrtused Keywords: C Runtime, C compiler Message-ID: <139@matrix.UUCP> Date: 3 Jun 90 09:46:18 GMT Distribution: na Organization: Matrix Computer Systems, Nashua, NH Lines: 10 The assembly listing from a MS-C compiler shows a 'EXTRN __acrtused ABS' entry. If these objects are linked in without the crt0.obj from the library, this symbol ends up being undefined. What specific role does the __acrtused variable perform during linking/loading and during program execution. If I choose to define this public, what should it be initialized to? thanks -----