libload.h
#include <libload.h>
The libload
library performs the actual relocation and loading of the dynamic CE libraries.
It itself is also a library.
API Documentation
Defines
-
libload_IsLibLoaded(name)
Verifies that a LibLoad library has been successfully relocated and loaded.
This function should be called before using any optionally loaded libraries.
Using this function also causes the library argument supplied to the function to automatically be marked as optional.
Note
See the Makefile option
LIBLOAD_OPTIONAL
for more information.- Parameters
name – On-calc name of the library, e.g.
GRAPHX
. This should not be quoted.
- Returns
false
if the library is not loaded.