update
This commit is contained in:
parent
6d83a2c196
commit
b1cfc0ee71
31 changed files with 133 additions and 89 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "me/fs/write.h"
|
||||
#include <unistd.h>
|
||||
|
||||
bool me_write(t_file fd, t_u8 *buffer, t_i64 size)
|
||||
bool me_write(int fd, t_u8 *buffer, t_i64 size)
|
||||
{
|
||||
return (write(fd, buffer, size) < 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue