
plstart: Initialization 

DESCRIPTION:

    This function is not used in any examples. 

SYNOPSIS:

plstart(device, nx, ny)

ARGUMENTS:

    device (const char *, input) :    Device name (keyword) of the
    required output device.  If NULL or if the first character is a
    ``?'', the normal (prompted) startup 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. 
