CS350 COS
COS
Loading...
Searching...
No Matches
vfsuio.h
Go to the documentation of this file.
1
2#ifndef __SYS_VFSUIO_H__
3#define __SYS_VFSUIO_H__
4
5#include <sys/handle.h>
6
7int VFSUIO_Open(const char *path, Handle **handle);
8
9#endif /* __SYS_VFSUIO_H__ */
10
Definition: handle.h:17
int VFSUIO_Open(const char *path, Handle **handle)
Definition: vfsuio.c:56