fdds_prthdr - write print header


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer function fdds_prthdr(pname, id)

character*(*) pname
character*(*) id

DESCRIPTION

fdds_prthdr writes a standard header using the RCS Id, id. The header will be written to the print file opened by fdds_openpr, otherwise, it will be written to the console. The return value is always 0. Normally, this routine is not called directly by the developer since it is called by fdds_openpr.

NOTE: RCS is a Revision Control Sysem. To use RCS, create an RCS directory, and use 'ci' and 'co' to check source code in and out. The revision level, date & author will automatically be maintained by initially inserting '$Id: prthdr.html 1 2009-01-06 00:31:13Z ehlersjw $' somewhere in the source code. Typically, this can be done by calling fdds_openpr() as shown in the example following and RCS will insert the revision information automatically when the source code is checked out with the 'co' command.

SEE ALSO

fdds_openpr Open a printfile
fdds_savepr Redirect to printfile
fdds_sprintf Print to string
fdds_prtmsg Print a message
fdds_prtcon Print to console
fdds_prterr Print error message
fdds_errors Query errors
fdds_info Control printing 
fdds_closepr Close printfile
    

AUTHOR

Jerry Ehlers, BP America (May 2003)