This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

schemeports and Filepointers



What will be the new way to convert Scheme Portobjects to Filepointers
and back on the C/libguile level, after the reformation of Houston's?
In order to add SCREEN types to my curses stubs, it will be necessary
to use FILE*<->port conversion , as the newterm call in curses takes
FILE* s as arguments. On Scheme level that will mean assigning a port
to the terminal.

Klaus Schilling