mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-10 22:37:38 +02:00
Added TODO's
This commit is contained in:
parent
920f5dfd63
commit
8ba904cc30
1 changed files with 3 additions and 0 deletions
|
@ -1002,6 +1002,9 @@ port_type Cyc_io_open_input_file(object str) {
|
|||
return p;
|
||||
}
|
||||
|
||||
TODO: Cyc_io_close_port
|
||||
TODO: close-input-port can be written in scheme code, I think, using input-port? and close-port
|
||||
|
||||
object Cyc_io_close_input_port(object port) {
|
||||
if (port && type_of(port) == port_tag) {
|
||||
FILE *stream = ((port_type *)port)->fp;
|
||||
|
|
Loading…
Add table
Reference in a new issue