
plstart: Initialization 

DESCRIPTION:

    This function is not used in any examples. 

SYNOPSIS:

plstart(devname, nx, ny)

ARGUMENTS:

    devname (const char *, input) :    Device name keyword of the required
    output device.    If NULL or if the first character is a ``?'', the
    normal (prompted) start up is used. 

    nx (PLINT, input) :    Number of subpages to divide output page in the
    horizontal direction. 

    ny (PLINT, input) :    Number of subpages to divide output page in the
    vertical direction. 
