mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
a274cfa6e1
commit
c4a569d2cd
1 changed files with 5 additions and 1 deletions
|
@ -6151,7 +6151,11 @@ object Cyc_io_peek_char(void *data, object cont, object port)
|
|||
return Cyc_EOF;
|
||||
}
|
||||
|
||||
// TODO: port arg is optional! (maybe handle that in expansion section??)
|
||||
//object Cyc_io_char_ready(void *data, object cont, object port)
|
||||
//{
|
||||
// // TODO: inspect mem_buf and associated fields to see if data is ready
|
||||
//}
|
||||
|
||||
object Cyc_io_read_char(void *data, object cont, object port)
|
||||
{
|
||||
port_type *p = (port_type *)port;
|
||||
|
|
Loading…
Add table
Reference in a new issue