mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 18:12:29 +00:00
tidy(os): OsWriteFile returns int32_t
This commit is contained in:
parent
5d3469f8fe
commit
2716512a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ int32_t OsSetFileAttributes(const char* fileName, uint32_t attributes);
|
|||
|
||||
uint64_t OsGetFileSize(HOSFILE fileHandle);
|
||||
|
||||
uint64_t OsWriteFile(HOSFILE fileHandle, void* buffer, size_t bytesToWrite, size_t bytesWritten);
|
||||
int32_t OsWriteFile(HOSFILE fileHandle, void* buffer, size_t bytesToWrite, size_t bytesWritten);
|
||||
|
||||
int32_t OsReadFile(HOSFILE fileHandle, void* buffer, size_t bytesToRead, size_t* bytesRead);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue