Fix
This commit is contained in:
8
os.c
8
os.c
@@ -7,13 +7,7 @@
|
|||||||
#include "s8slice.h"
|
#include "s8slice.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include "os.h"
|
||||||
enum {
|
|
||||||
OS_READ = 1<<0,
|
|
||||||
OS_WRITE = 1<<1,
|
|
||||||
OS_ALLFLAGS = (1<<2)-1
|
|
||||||
};
|
|
||||||
typedef unsigned int os_open_flags;
|
|
||||||
|
|
||||||
S8Slice os_open_file(S8Slice path, os_open_flags flags)
|
S8Slice os_open_file(S8Slice path, os_open_flags flags)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user