k-tana-zero/k/iso.h

11 lines
134 B
C
Raw Normal View History

2022-04-23 16:28:54 +00:00
#ifndef ISO_H
#define ISO_H
#include <k/types.h>
#define O_RDONLY 0
int open(const char *path, int flags);
#endif /* !ISO_H */