The "im" Package

These routines are meant to provide low level initialisation for a module.

Library: karma
Link With: -lkarma

Functions

im_register_module_nameRegister a new name for the module.
im_register_module_version_dateRegister a new version date for the module.
im_register_lib_versionRegister the library version a module was compiled with.


Functions


void im_register_module_name (char *name_string)

Register a new name for the module.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


void im_register_module_version_date (char *date_string)

Register a new version date for the module.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


void im_register_lib_version (char *version_string)

Register the library version a module was compiled with.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


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