Template Library Registration Function uclib (C)

This section provides a template that you can use when creating a library registration function.

Register each user function in the library with calls to ucfunc and ucarg in uclib, as shown in the examples. The template uclib is:

#include "uclib.h"
void uclib()
{
/* Register user functions here */
}

Create the header file uclib.h in the same directory as uclib.c to declare the functions that are used in uclib.