Skip to content

vladcc/fstrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fstrm

binary mode file stream

Emulates random access to a file while sticking to the standard. Uses fsetpos(), fgetpos() instead of fseek(), ftell(). Allows for read, write, and read/update. Reads a single byte at a time, supports scaling the standard library io buffer.

About

binary mode file stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages