piscine-rush02/ex00/include/ft_io.h

19 lines
965 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_io.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/01 08:52:17 by tischmid #+# #+# */
/* Updated: 2023/04/01 18:19:46 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_IO_H
# define FT_IO_H
int file_readable(char *path);
#endif