Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 240 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 240 Bytes

Cyclone Scheme interface to the POSIX popen functions.

(popen command)

Run the given command and return a port that can be used to read output from the command.

(pclose port)

Close the port generated by a previous call to popen.