Skip to content

goandrei/mini-stdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C Stdio

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published