Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 338 Bytes

42 get next line bonus test

to use inside the cloned repo:

git clone https://github.com/lsarrazi/gnlbonustest.git \
&& cd gnlbonustest \
&& cp ../get_next_line_bonus.c ../get_next_line_utils_bonus.c ../get_next_line_bonus.h . \
&& gcc main.c get_next_line_bonus.c get_next_line_utils_bonus.c get_next_line_bonus.h \
&& ./a.out