Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 597 Bytes

get_next_line

1- Clone

git clone https://github.com/JoelenCruz/get_next_line_42.git get_next_line_jcruz-da

2- Navigate to folder get_next_line_jcruz-da and run make

cd get_next_line_jcruz-da/src
cc get_next_line.c get_next_line_utils.c

3- Objective

Read a text file line by line. When submitting the project, you only require the following 3 files if your not doing the bonus:

- get_next_line.c
- get_next_line_utils.c
- get_next_line.h

image