EnglishРусский  

   Array

   Buffer

   Clipboard

   COM/OLE

   Console

   CSV

   Dbf

   Files

   FTP

   Hash

   HTTP

   INI File

   Keyboard

   Math

   Process

   Registry

   Socket

   Stack

   String

   System

   Thread

   Tree

   XML

 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

mzero

Filling memory with zeros. The functions zeroes the memory space.

func uint mzero (
   uint dest,
   uint len
)

Parameters

dest The pointer to a memory space.
len The size of the data being zeroed.

Return value

The pointer to the zeroed data.

Related links

Source