ramos21rodrigo / 42porto.get-next-line

42: get next line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42: Get next lineC Logo  

Grade: 125/100

♠️ About

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

♥️ Installing and running the project:

  1. Clone && cd
git clone https://github.com/ramos21rodrigo/42porto.get-next-line.git && cd 42porto.get-next-line
  1. Compile it to ./get_next_line
cc get_next_line.c get_next_line_utils.c -o get_lext_line
Don't forget to uncomment the main in get_next_line.c and change the file to your file name.
  1. Now you can call it and the file line by line.
./get_next_line

♦️ Tests:


At 42School, almost every project must be written in accordance to the Norm. As a result, parts of the code could be more readable or explcit.

About

42: get next line


Languages

Language:C 100.0%