Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

42 42born2code 42cursus 42porto 42school

Last synced: 8 days ago
JSON representation

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](#compass-usage) · [Subject](#book-subject) · [Mandatory](#mandatory-part) · [Bonus](#bonus-part) · [License](#license)

___

# :compass: 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"
```

# :book: Subject
:page_facing_up: [get_next_line subject EN [PDF]](./en_getnextline_2023.pdf)

>[!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).