Hot damn! When you see an obvious, stupid bug you created, you can't unsee it!
This commit is contained in:
parent
ca5671f613
commit
02a4bc3e28
8 changed files with 563 additions and 495 deletions
|
|
@ -23,9 +23,15 @@ struct pso_pointer initialise_default_streams( struct pso_pointer env );
|
|||
|
||||
#define C_IO_IN L"*in*"
|
||||
#define C_IO_OUT L"*out*"
|
||||
#define C_IO_LOG L"*log*"
|
||||
|
||||
extern struct pso_pointer lisp_io_in;
|
||||
extern struct pso_pointer lisp_io_out;
|
||||
extern struct pso_pointer lisp_io_log;
|
||||
|
||||
extern struct pso_pointer lisp_stdin;
|
||||
extern struct pso_pointer lisp_stdout;
|
||||
extern struct pso_pointer lisp_stderr;
|
||||
|
||||
URL_FILE *file_to_url_file( FILE * f );
|
||||
wint_t url_fgetwc( URL_FILE * input );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue