--- title: "PRINT_MAC" type: "article" slug: "print_mac" url: "http://localhost/article/print_mac/" markdown_url: "http://localhost/article/print_mac.md" published_at: "2026-02-08T01:44:41+00:00" modified_at: "2026-02-08T01:44:41+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "PRINT_MAC is my first C program, while not very sophisticated, it prints MACINTOSH screen files (sometimes called ReadMac files - I think ReadMac is a Macintosh program) to an HP DESKJET printer. The program has minimal error checking, and has been compiled using C68 version 3.05." category: - name: "International QL Report" slug: "international-ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/international-ql-report/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Don Walterman" slug: "don-walterman" taxonomy: "indiv" url: "http://localhost/indiv/don-walterman/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors_r: - name: "Don Walterman" slug: "don-walterman" taxonomy: "indiv" url: "http://localhost/indiv/don-walterman/" volume: "2" issue: "5" issues_articles: - id: 37218 title: "International QL Report V2 I5" type: "issue" url: "http://localhost/issue/international-ql-report-v2-i5/" pages: "182-185" pubdate: "January/February 1993" archive_link: false --- # PRINT_MAC PRINT_MAC is my first C program, while not very sophisticated, it prints MACINTOSH screen files (sometimes called ReadMac files – I think ReadMac is a Macintosh program) to an HP DESKJET printer. The program has minimal error checking, and has been compiled using C68 version 3.05.