mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-18 17:07:24 +00:00
8 lines
274 B
C
8 lines
274 B
C
LispPTR CHAR_openfile(LispPTR *args);
|
|
LispPTR CHAR_closefile(LispPTR *args);
|
|
LispPTR CHAR_ioctl(LispPTR *args);
|
|
LispPTR CHAR_bin(int id, LispPTR errn);
|
|
LispPTR CHAR_bout(int id, LispPTR ch, LispPTR errn);
|
|
LispPTR CHAR_bins(LispPTR *args);
|
|
LispPTR CHAR_bouts(LispPTR *args);
|