X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "philippe meynard" Newsgroups: comp.os.msdos.djgpp Subject: Pb with sprintf Date: Wed, 7 Sep 2005 15:38:38 +0200 Organization: Guest of France Telecom's news reading service Lines: 16 Message-ID: NNTP-Posting-Host: 62.161.106.155 X-Trace: s1.news.oleane.net 1126100318 23036 62.161.106.155 (7 Sep 2005 13:38:38 GMT) X-Complaints-To: abuse AT oleane DOT net NNTP-Posting-Date: Wed, 7 Sep 2005 13:38:38 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! All do you know if the function sprintf used dos call dpmi_int (0x21) or return the processor to the real mode or used malloc ? Because I use LWP (multitasking library) and I have a crash on this function sprintf ! I used sprintf like this : char chaf[100]; sprintf(chaf,"%d\n",100); Thanks.