Started from buttom go to the sky
This commit is contained in:
parent
96215449bd
commit
f811e55dea
4781 changed files with 10121 additions and 1743 deletions
22
stdme/include/me/fs/open.h
Normal file
22
stdme/include/me/fs/open.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* open.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/03 15:29:38 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/01/05 16:43:37 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef OPEN_H
|
||||
# define OPEN_H
|
||||
|
||||
# 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);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue