The "hi" Package

These routines are meant to provide which a mechanism for saving and restoring history (parameter) information.

Library: karma
Link With: -lkarma

Functions

hi_readRead history information for a module.
hi_writeWrite history information for a module.


Functions


void hi_read (CONST char *module_name, flag (*command_decode) (CONST char *command, FILE *fp) )

This routine will read any available history information for a module and process accordingly.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


void hi_write (CONST char *module_name, flag (*command_decode) (CONST char *command, FILE *fp) )

This routine will write history information for the module in the current working directory.

Parameters:

Returns: Nothing.
Multithreading Level: Unsafe


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