summaryrefslogtreecommitdiff
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