delorie.com/archives/browse.cgi | search |
Date: | Tue, 21 Jan 2003 10:45:14 -0500 |
Message-Id: | <200301211545.h0LFjE016032@envy.delorie.com> |
X-Authentication-Warning: | envy.delorie.com: dj set sender to dj AT delorie DOT com using -f |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp-workers AT delorie DOT com |
In-reply-to: | <Pine.OSF.4.51.0301211434330.16745@sirppi.helsinki.fi> (message |
from Esa A E Peuha on Tue, 21 Jan 2003 14:47:56 +0200 (EET)) | |
Subject: | Re: Slight problem with mkdoc |
References: | <Pine DOT OSF DOT 4 DOT 51 DOT 0301211434330 DOT 16745 AT sirppi DOT helsinki DOT fi> |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> - bzero(&port_info[i], sizeof(port_info[i])); > + memset(&port_info[i], 0, sizeof(port_info[i])); We should always use the most standard calls, so please consider all such changes pre-approved.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |