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
d9206533
Commit
d9206533
authored
Jan 10, 2019
by
John van Groningen
Browse files
add fflush to the 64 bit version of StdFile.icl
parent
71efd39f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/StdEnv/StdEnv 64 Changed Files/StdFile.icl
View file @
d9206533
...
...
@@ -495,3 +495,10 @@ instance FileEnv World where
}
create_files
:==
Files
;
fflush
::
!*
File
->
(!
Bool
,!*
File
)
fflush
f
=
code {
.d
0
2
f
jsr
flushF
.o
0
3
bf
}
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