Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teresa-chow/42-get_next_line
- Owner: teresa-chow
- License: other
- Created: 2023-12-04T19:45:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T14:27:54.000Z (10 months ago)
- Last Synced: 2024-02-07T20:28:04.738Z (9 months ago)
- Topics: 42, 42born2code, 42cursus, 42porto, 42school
- Language: C
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).