From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Help please with asm?!! Date: Thu, 24 Jul 1997 11:11:50 +0200 Organization: TU Chemnitz-Zwickau Lines: 21 Message-ID: <33D71C56.3F748493@Mathematik.TU-Chemnitz.DE> References: <33D4E9B8 DOT DA393A4F AT marina DOT istar DOT ca> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Velva Wildbore wrote: > > How would I write the below program so that it will work with Djgpp? #include int main() { char *string = "Hello, Weirdo!" printf(string); return 0; } -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************