NAME

     prog - <a brief description of the function>

SYNOPSIS

     <command usage>

PATH

     <provide path to this code, relative to $CVIPHOME/>

DESCRIPTION

     <Longer, detailed explanations>

TYPES AND CONSTANTS

     <list any types or constants defined in library>
     <for example:
     typedef ... newval;
     #define AVAL ...
     extern newval that; >

RETURN VALUES

     <description of values returned>

HISTORY

     History information recorded: None

BUGS

     <this section is optional, keep it when applicable>

EXAMPLE

     <add a complete example of the function usage here>

SEE ALSO

     <the library name, other related function names here, e.g.,
      libgeometry, resize(3), crop(3) >

AUTHOR

     Copyright (C) 1996 SIUE - by Scott E. Umbaugh and YOUR  NAME
     or WHOEVER .