[postgis-devel] Patch for iconv support under Win32
Markus Schaber
schabi at logix-tt.com
Tue Apr 11 06:45:50 PDT 2006
Hi,
strk at refractions.net wrote:
> We can use memset() w/out a compiler switch.
I agree. Both linux and posix man pages agree that bzero is obsoleted by
memset. They even suggest to implement bzero as:
#define bzero(b,len) (memset((b), '\0', (len)), (void) 0)
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
More information about the postgis-devel
mailing list