Tiny implementation of stdio.h from C. This library contains various functions for performing input and output operations such as:
-so_fopen - opens a file and returns a SO_FILE structure or NULL when an error appears.
-so_fgetc - gets a single char from the file. Returns the read char or SO_EOF(-1) if error.
-so_ferror - returns != 0 if there is was an error while working with a file. It usually returns the error code.
-
Notifications
You must be signed in to change notification settings - Fork 0
goandrei/mini-stdio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published