Documentation
From my personal library, The Internet

man page:


LIBRARY

       NAM (libnam, -lnam)


SYNOPSIS

       #include <nam.h>

       NAMData * nam_init(void);

       void nam_init(NAMData *nam);


DESCRIPTION

       The  nam_init()  function  allocates  memory  for  the  NAM  data.  The
       nam_free() function frees memory allocated with nam_init()


RETURN VALUES

       If successful, the nam_init() , function returns a pointer to allocated
       memory.  If there is an error, it returns a NULL pointer and the global
       variable errno is set to indicate the error.

       The nam_free() does not return a value.


AUTHOR

       David M. Syzdek
       IP Engineering
       Alaska Communications Systems
       david.syzdek@acsalaska.net


REPORTING BUGS

       Report bugs to <sys.admin@acsalaska.net>.


SEE ALSO

       nam(3)



ospp 0.0.7-0.0.8                  April 2006                           OSPP(3)

Man(1) output converted with man2html