| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function allocates the memory of the specified size.
uint alloc( uint size )
size The size of memory space to be allocated.
The pointer to the allocated memory space or 0 in case of an error.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |