Skip to content
#

6809

Here are 35 public repositories matching this topic...

Deek
Deek commented Jan 8, 2022

OS-9, like Unix, makes no distinction between text and binary files; but when ANSI showed up, it specified that fopen needs to accept b even if it makes no difference, for portability with other systems that make a distinction between text and binary files. But when Kreider fopen() encounters b in a mode string, it fails with an Error 203 (Bad Mode) in errno.

bug enhancement good first issue

Improve this page

Add a description, image, and links to the 6809 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 6809 topic, visit your repo's landing page and select "manage topics."

Learn more