viewrdsparam(3)
displays tables in memory filled by loadrdsparam function.
SYNOPSYS
void viewrdsparam()
PARAMETER
none
DESCRIPTION
The viewrdsparam function displays tables in RAM filled by the loadrdsparam function.
For more information, see loadrdsparam function.
RETURN VALUE
nothing
ERRORS
none
EXAMPLE
#include "mphnnn.h"
#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h"
#include "rprnnn.h"
#include "rfmnnn.h"
main()
{
rdsfig_list *RdsFigure;
phfig_list *MbkFigure;
mbkenv();
rdsenv();
loadrdsparam();
/* */ viewrdsparam ();
. . .
}