LIST U


General form:

     LIST [title] U

Where:

          title           = alpha_variable or a literal string


The LIST U statement will list all of the built-in routines, and a summary of their expected arguments, that can be invoked by the CALL statement.

Any CALL functions that have been provided by a User defined function library will be also be listed.

Example of output when using the uf_samp.so UFN SDK example:

:LIST U
IP_TOS str TO [KDB_ERROR_CODE], [C-str]
KI_AES_DECRYPT C-str, C-str, sym TO KDB_ERROR_CODE
KI_AES_ENCRYPT C-str, C-str, sym TO KDB_ERROR_CODE
KI_ALLOC_CONNECT chandle, [bool] TO chandle, KDB_ERROR_CODE
KI_ALLOC_HANDLE handle, chandle TO handle, KDB_ERROR_CODE
... ...
XML_PARSE_BUFFER sym TO KDB_ERROR_CODE, handle
XML_TEXT handle, sym, sym, int, sym TO KDB_ERROR_CODE, int
Library uf_samp
DOUBLEIT int TO int
REVERSEIT C-str TO C-str

See also:

CALL, LIST CALL