diff options
Diffstat (limited to 'include/cprint')
-rw-r--r-- | include/cprint | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/cprint b/include/cprint index d7acb06..e720b22 100644 --- a/include/cprint +++ b/include/cprint @@ -1,9 +1,9 @@ ############################################################################### # # -# Lout setup file for C and C++ program printing # +# Lout setup file for C program printing # # # # Jeffrey H. Kingston # -# 5 February 1999 # +# 23 February 2000 # # # ############################################################################### @@ -12,7 +12,7 @@ # # # The @SysInclude { cprintf } line # # # -# This line causes Lout to read the definitions for C printing, and should # +# This line causes Lout to read the definitions for C, and should # # not be touched. # # # ############################################################################### @@ -31,6 +31,7 @@ @Use { @CPSetup # style { fixed } # fixed, varying, or symbol + # pipe { } # pipe source through this # fixedfont { Courier } # font family if fixed # fixedstrings { Base } # string face if fixed |