
#ifndef __FS_H__
#define __FS_H__


#include "io.h"


int open(const char *file, int flags, ...);





#endif

