https://github.com/anagmrebelo/42_get_next_line
Recode function getline() of C Standard Library
https://github.com/anagmrebelo/42_get_next_line
42 common-core
Last synced: 11 months ago
JSON representation
Recode function getline() of C Standard Library
- Host: GitHub
- URL: https://github.com/anagmrebelo/42_get_next_line
- Owner: anagmrebelo
- Created: 2023-02-21T08:33:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T21:32:33.000Z (over 3 years ago)
- Last Synced: 2025-02-12T18:46:55.072Z (over 1 year ago)
- Topics: 42, common-core
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get_next_line
## Project description:
Recoded function **getline()** of C Standard Library and get famliliar with the concept of static variables
## Grade
100%
## Usage
Function get_nex_line() takes as a parameter a file descriptor ```char *get_next_line(int fd);```