Re: Clearing a Memory Buffer?
Re: Clearing a Memory Buffer?
- Subject: Re: Clearing a Memory Buffer?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 18 Aug 2008 19:03:15 +0200
Le 18 août 08 à 15:19, Dave a écrit :
Hi All,
I'm fairly new to Cocoa and was wondering if there are OS functions
to Copy and Clear/Fill Memory available?
I've tried searching for obvious names like MemoryZero, ZeroMemory,
CopyMemory etc. but can't seem to find anything.
Thanks a lot
All the Best
Dave
Just use the libc functions:
memset, bzero, memcpy, and more.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden