Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
832f323a
Commit
832f323a
authored
Nov 22, 1999
by
Peter Achten
Browse files
no message
parent
b3304278
Changes
6
Show whitespace changes
Inline
Side-by-side
ObjectIO/ObjectIO/OS Windows/osprint.dcl
View file @
832f323a
definition
module
osprint
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
import
StdFile
,
StdPicture
,
iostate
...
...
ObjectIO/ObjectIO/OS Windows/osprint.icl
View file @
832f323a
implementation
module
osprint
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
// MW11 was import StdEnv,intrface,clCrossCall_12, iostate, scheduler
import
StdEnv
,
clCCall_12
,
clCrossCall_12
,
iostate
,
scheduler
...
...
ObjectIO/ObjectIO/StdPrint.dcl
View file @
832f323a
definition
module
StdPrint
// ********************************************************************************
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
//
// StdPrint specifies general printing functions.
// Related functions and modules:
...
...
ObjectIO/ObjectIO/StdPrint.icl
View file @
832f323a
implementation
module
StdPrint
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
import
StdEnv
,
StdMaybe
,
StdPicture
,
osprint
,
commondef
...
...
ObjectIO/ObjectIO/StdPrintText.dcl
View file @
832f323a
definition
module
StdPrintText
// ********************************************************************************
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
//
// StdPrintText specifies functions to print text.
// ********************************************************************************
...
...
ObjectIO/ObjectIO/StdPrintText.icl
View file @
832f323a
implementation
module
StdPrintText
// Clean Standard Object I/O library, version 1.
1
// Clean Standard Object I/O library, version 1.
2
/* printText1 and printText2 both call printText3, which is the most general function.
* printText3 calls the printPagePerPage function from the StdPrint module.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment