Skip to content

Commit b54aec6

Browse files
author
meister
committed
Expose cl__finish_output
1 parent 542dab3 commit b54aec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/clasp/core/lispStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ void clasp_write_string(const string& str, T_sp strm = cl::_sym_STARstandard_out
322322
void clasp_write_string(const char* str, T_sp strm = cl::_sym_STARstandard_outputSTAR->symbolValue());
323323
void clasp_writeln_string(const string& str, T_sp strm = cl::_sym_STARstandard_outputSTAR->symbolValue());
324324
void clasp_writeln_string(const char* str, T_sp strm = cl::_sym_STARstandard_outputSTAR->symbolValue());
325+
T_sp cl__finish_output(T_sp strm = cl::_sym_STARstandard_outputSTAR->symbolValue());
325326
void core__write_addr(T_sp x, T_sp strm);
326327

327328
// Error functions

0 commit comments

Comments
 (0)