From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with interrupt handling Date: Mon, 06 Oct 1997 08:03:26 -0400 Organization: Cornell University http://www.cornell.edu Lines: 25 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <3438D38E.FF7A5C40@cornell.edu> References: <3438C9AE DOT 2BBD AT art DOT alcatel DOT fr> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: cu-dialup-0028.cit.cornell.edu 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 Olivier PERRON wrote: > void my_handler(void) > { > printf("I'm in my_handler\n"); > } printf is not re-entrant. > void main(void) no, int main(void) -- ---------------------------------------------------------------------- A. Sinan Unur Department of Policy Analysis and Management, College of Human Ecology, Cornell University, Ithaca, NY 14853, USA mailto:sinan DOT unur AT cornell DOT edu http://www.people.cornell.edu/pages/asu1/