Skip to content

Files

Latest commit

3b27076 · Feb 7, 2023

History

History
6 lines (4 loc) · 338 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 338 Bytes

scl-proc-c

Run sortcl in a new process from C.

Demonstrates how to capture console input and output.

Creates a console program which will read strings from standard input. The strings will be sent to a persistent sortcl process and be masked using different techniques, then be sent to standard output for display or redirection.