[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: memzero function
- From: Allin Cottrell <cottrell wfu edu>
- To: Russell Shaw <rjshaw iprimus com au>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: memzero function
- Date: Thu, 16 Oct 2003 11:17:19 -0400 (EDT)
On Thu, 16 Oct 2003, Russell Shaw wrote:
> martyn.2.russell@bt.com wrote:
> >>Does glib have a function to fill or zero a memory string
> >>(something like memset) ?
> >
> > What is wrong with memset() or bzero() ?
>
> I got the impression with all the duplication of functions
> in glib, the idea was to only use glib for everything to
> enhance portability or something...
memset is already entirely portable; it's in ISO/ANSI C
(but bzero is not).
Allin Cottrell
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]