rmgr Driver support Functions


rmgr_GetInt


Syntax:
#include <rmgr_lib.h>

rmgr_GetInt (int fd, char *name,int len)


Description:

Get the value of a integer type variable from the kernel databese in sbuf. If the ressource is unexistent a -1 is returned. If the ressource is a RCS_IPTR type the value of the referenced pointer will be replaced instead of its address.


Compilation Example:

cc -o your_program -lrmgr your_program.c

Sun Dec 13 14:32:19 1998