LASH core package documentation[ Generalities | Datatypes | Functions | Variable | Back to LASH main documentation ] |
For instance, in order to compile my-prog.c with gcc, the directory in which LASH has been installed being /home/lash/, one can use the following command line:
gcc -I/home/lash/src/lash-core/ my-prog.c /home/lash/lib/lash-package.o
sint1, sint4, sint8 : Architecture-independent signed integers.
uint1, uint4, uint8 : Architecture-independent unsigned integers.
lash_init : Initializes the package.
lash_end : Shuts down the package.
lash_get_max_mem_usage, lash_get_mem_usage, lash_reset_max_mem_usage : Manage memory usage statistics.
lash_perror : Reports an error.
lash_errno : Most recent error code.
[ Generalities | Datatypes | Functions | Variable | Back to LASH main documentation ] |