implemented file read/write functions
This commit is contained in:
10
src/filesystem/internal.h
Normal file
10
src/filesystem/internal.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "tlibc/filesystem.h"
|
||||
#if TLIBC_FS_USE_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user