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

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

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);```