integer function fdds_prthdr(pname, id)
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.
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