--- title: "Using QL C, Part 4: Using CRUN" type: "article" slug: "using-ql-c-part-4-using-crun" url: "http://localhost/article/using-ql-c-part-4-using-crun/" markdown_url: "http://localhost/article/using-ql-c-part-4-using-crun.md" published_at: "2024-08-10T13:12:24+00:00" modified_at: "2025-01-25T20:45:15+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The Metacomco C package for the QL includes SuperBASIC extensions for emulating UNIX when running C programs. The commands are CRUN and CRUN_W. Two major features of the UNIX operating system are the ability to \"redirect” the input and the output of a program, and the ability to read the arguments passed to a program." category: - name: "The RAMTOP" slug: "the-ramtop" taxonomy: "category" url: "http://localhost/category/periodicals/the-ramtop/" post_tag: - name: "MetaComCo" slug: "metacomco" taxonomy: "post_tag" url: "http://localhost/tag/metacomco/" - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Software review" slug: "software-review" taxonomy: "post_tag" url: "http://localhost/tag/software-review/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "David Hoshor" slug: "david-hoshor" taxonomy: "indiv" url: "http://localhost/indiv/david-hoshor/" publication_r: id: 39272 title: "The RAMTOP" type: "periodical" url: "http://localhost/periodical/the-ramtop/" authors: "David Hoshor" issues_articles: - id: 50264 title: "The RAMTOP Jan-Feb 1988" type: "issue" url: "http://localhost/issue/the-ramtop-jan-feb-1988/" pages: "8-10" pubdate: "January/February 1988" archive_link: false --- # Using QL C, Part 4: Using CRUN The Metacomco C package for the QL includes SuperBASIC extensions for emulating UNIX when running C programs. The commands are CRUN and CRUN_W. Two major features of the UNIX operating system are the ability to “redirect” the input and the output of a program, and the ability to read the arguments passed to a program.