index
:
cuddles.git
master
cute x86-64 operating system, WIP ^w^. todo: https://pad.piratenpartei.at/p/cuddlesOS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stage3
/
fs.h
blob: c1fea249e1f7a9e642e13daef79beb071786d756 (
plain
)
1
2
3
4
5
6
7
8
#ifndef FS_H #define FS_H #include "def.h" str fs_read(str filename); #endif