Breakup file system code into smaller files

This commit is contained in:
2018-02-02 01:15:15 -06:00
parent 9ce4835000
commit 637c9f24c2
13 changed files with 360 additions and 304 deletions

View File

@@ -23,6 +23,8 @@ typedef long int64_t;
typedef unsigned long uint64_t;
#endif
typedef uint64_t uintmax_t;
namespace ox {
typedef uint32_t Error;