mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 18:12:29 +00:00
9 lines
No EOL
230 B
C++
9 lines
No EOL
230 B
C++
#ifndef BC_OS_FILE_WRITE_FILE_HPP
|
|
#define BC_OS_FILE_WRITE_FILE_HPP
|
|
|
|
#include "bc/os/file/Types.hpp"
|
|
#include <cstdint>
|
|
|
|
int32_t OsWriteFile(HOSFILE fileHandle, void* buffer, uint32_t bytesToWrite, uint32_t* bytesWritten);
|
|
|
|
#endif |