Home > cat > externfunc 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
External Function Management
Alloc Allocates a memory block.
EXTERN Declares an external function.
Free Frees a memory block allocated with Alloc.
LIBRARY Defines the library where external functions are located.
Realloc Shrinks or expands a memory block allocated with Alloc.
StrPtr Returns a copy of a zero-terminated string located at a given memory address.
VarPtr Returns a pointer that points at the contents of a variable.

See also

External Function Declaration, How To Interface Gambas With External Libraries