An open API service indexing awesome lists of open source software.

https://github.com/teresa-chow/42-get_next_line

get_next_line is about programming a function that returns a line read from a file descriptor.
https://github.com/teresa-chow/42-get_next_line

42 42born2code 42cursus 42porto 42school file-descriptor static-variables

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# get_next_line
![42 School: Rank 1](https://img.shields.io/badge/42%20School-Rank%201-%2315bbbb)

_This project is about programming a function that returns a line read from a file descriptor._
___

### Table of contents
[Usage](#usage) · [License](#license)

___

# Usage

1. Clone repository
```bash
git clone [email protected]:teresa-chow/42-get_next_line.git
```

2. To use the library in your code, `#include` the following header
```c
#include "get_next_line.h"
```

>[!NOTE]
>This codebase follows the applicable programming standard at 42, known as the Norm.

___

### License
This work is published under the terms of [42 Unlicense](./LICENSE).