intn DFPnpals(char *filename)
filename
IN:
Name of the file
Purpose
Indicates the number of palettes in the specified file.
Return value
Returns the number of palettes if successful and FAIL (or -1) otherwise.
FORTRAN
integer function dpnpals(filename)
character*(*) filename