update
This commit is contained in:
parent
6d83a2c196
commit
b1cfc0ee71
31 changed files with 133 additions and 89 deletions
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
# include "me/types.h"
|
||||
|
||||
t_error me_open(t_const_str path, bool read, bool write, t_file *file_out);
|
||||
t_error me_open_truncate(t_const_str path, t_file *file_out);
|
||||
t_error me_open_create(t_const_str path, t_file *file_out);
|
||||
t_error me_open(t_const_str path, bool read, bool write, int *file_out);
|
||||
t_error me_open_truncate(t_const_str path, int *file_out);
|
||||
t_error me_open_create(t_const_str path, int *file_out);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue