Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 587 Bytes

42_get_next_line

This project is about programming a function that returns a line read from a file descriptor.

It is the first project from the Common Core curriculum at 42 where memory leaks are an issue, and it is, therefore, a major leap into the basics of C programming.

How to use

  1. Clone repository

    git clone git@github.com:mjorgecruz/42_get_next_line.git
  2. To use the library in your code, #include the following header

    #include "get_next_line.h"