It works!
This commit is contained in:
parent
b15c0e8f89
commit
a640c9dff9
10 changed files with 568 additions and 438 deletions
|
|
@ -11,6 +11,10 @@
|
|||
#ifndef __psse_io_h
|
||||
#define __psse_io_h
|
||||
|
||||
URL_FILE *file_to_url_file( FILE * f );
|
||||
wint_t url_fgetwc( URL_FILE * input );
|
||||
wint_t url_ungetwc( wint_t wc, URL_FILE * input );
|
||||
|
||||
struct cons_pointer
|
||||
lisp_close( struct stack_frame *frame, struct cons_pointer frame_pointer,
|
||||
struct cons_pointer env );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue