rmgr Driver support Functions
rmgr_GetString
Syntax:
#include
rmgr_GetString (int fd, char *name, int len,char *sbuf)
Description:
Get the value of a string type variable from the kernel databese
in sbuf. If the ressource is unexistent a -1 is returned and
errno is set to -ENOTFOUND
Compilation Example:
cc -o your_program -lrmgr your_program.c
Sun Dec 13 14:32:19 1998