-
Notifications
You must be signed in to change notification settings - Fork 0
/
get_next_line_bonus.h
18 lines (15 loc) · 991 Bytes
/
get_next_line_bonus.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* :::::::: */
/* get_next_line_bonus.h :+: :+: */
/* +:+ */
/* By: jaberkro <[email protected]> +#+ */
/* +#+ */
/* Created: 2022/01/19 21:12:22 by jaberkro #+# #+# */
/* Updated: 2022/01/29 11:44:27 by jaberkro ######## odam.nl */
/* */
/* ************************************************************************** */
#ifndef GET_NEXT_LINE_BONUS_H
# define GET_NEXT_LINE_BONUS_H
char *get_next_line(int fd);
#endif