Message-Id: <199902161153.GAA27025@delorie.com> From: "Laurynas Biveinis" To: djgpp AT delorie DOT com Date: Tue, 16 Feb 1999 12:55:40 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Defining startup functions with djgpp X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp AT delorie DOT com Hello everybody! How can I specify some function to be called before function main? I tried to use #pragma startup but it does not work. Thanks for your time.