Next: , Previous: Calling Scheme procedures from C, Up: GH


19.12 GH Input/Output

The GH interface does not provide any facilities for input.

The following functions send their output to the current output port.

— C Function: void gh_display (SCM x)

Display x to the current output port.

— C Function: void gh_write (SCM x)

Write x to the current output port.

— C Function: void gh_newline (void)

Display a newline to the current output port.