Skip to content

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

Notifications You must be signed in to change notification settings

mjorgecruz/42_get_next_line

Repository files navigation

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"

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages