Zen API
Contents
|
Reference
Previous
|
Up
|
Next
zFree
Functions
C
zStatus
zFree
(
void
*
mem
);
Parameters
Parameters
Description
void* mem
Pointer to the memory block to free.
Description
Frees a block of memory that was allocated by the
zApi
library.
File
zApi.h
Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.
Contents
|
Reference