Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 269 Bytes

This folder implements class File.

Each instance of class File represents an opened file. The class implements file operations such as read, write, mmap, etc. The operations are called by the functions in src/lib.

See file.h for more detail.