iljaSL / Get_Next_Line-hive

GNL is a function that will allow me to read a line ending with a newline character from a file descriptor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this Hive Helsinki project I created a function which allows me to to read a line ending with a newline character from a file descriptor. I included it to my C library, libft. It will be playing an important role in my future Hive Helsinki projects.

How to install:

1. git clone the repo
2. execute the shell file.
3. execute the executable with the example files included in the repo

About

GNL is a function that will allow me to read a line ending with a newline character from a file descriptor.


Languages

Language:C 95.3%Language:Makefile 3.4%Language:Shell 1.3%