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.
- Host: GitHub
- URL: https://github.com/teresa-chow/42-get_next_line
- Owner: teresa-chow
- License: other
- Created: 2023-12-04T19:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T18:49:41.000Z (3 months ago)
- Last Synced: 2025-02-15T05:30:01.473Z (3 months ago)
- Topics: 42, 42born2code, 42cursus, 42porto, 42school, file-descriptor, static-variables
- Language: C
- Homepage:
- Size: 1.47 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
_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).