The "ext" Package

These routines are meant to support loading of shared object extensions. NOTE: THIS PACKAGE IS WORK IN PROGRESS. THE INTERFACE MAY CHANGE IN THE NEXT RELEASE, POSSIBLY WITHOUT NOTICE.

Library: karma
Link With: -lkarma

Functions

ext_callCall an extension function.

Tables

ext_ENVIRONMENTList of environment variables


Functions


EXPERIMENTAL FUNCTION: subject to change without notice

unsigned int ext_call (CONST char *service, CONST char *function, unsigned int max_func, unsigned int *num_ok, flag allow_consumption, void *arg1, void *arg2, void *arg3, void *arg4, void *arg5, void *arg6)

Call an extension function.

Parameters:

Returns: The number of functions called. The value 0 is returned if no functions were called.
Multithreading Level: Unsafe


Tables


ext_ENVIRONMENT List of environment variables

Variable Meaning
EXT_VERBOSE Enable verbose output if defined


Back to Karma Home Page
Contact: Richard Gooch
Web Development: Ariel Internet Services