PRNT.F - define flag bits for PRINTF subroutines.

Description:

This macro defines the flag bits that are passed to the PRINTF subroutines. These bits are passed in the fifth argument of routines called by PRINTF.

b.ccal  0001 C call, not a B call
b.plus  0002 Preceding '+' on positive numbers
b.left  0004 Left justify desired
b.blnk  0010 Preceding ' ' on positive numbers
b.verb  0020 Verbose format
b.lwr   0040 Use lowercase not upper
b.efmt  0100 Use E format
b.zero  0200 Precision field had leading 0
b.gfmt  0400 Use G format

Copyright © 1996, Thinkage Ltd.