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

https://github.com/gemartin99/get_next_line

This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor. This function should work whit any buffersize.
https://github.com/gemartin99/get_next_line

42barcelona 42cursus 42get-next-line 42projects 42school educational-project

Last synced: 6 months ago
JSON representation

This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor. This function should work whit any buffersize.

Awesome Lists containing this project

README

          

# 📖 Get_next_line

## Descripción

Este proyecto trata sobre la creación de una función que permite leer una línea de un archivo descriptor de una sola vez. La función recibe un descriptor de archivo y devolvera la siguiente línea del archivo como una cadena de caracteres terminada en null.

Prototipo de la función:

```C
char *get_next_line(int fd)
```

# Autor ✍🏼


100px
gemartin

Intra 42

# Contacto 📥

◦ Email: gemartin@student.42barcelona.com

◦ Linkedin: https://www.linkedin.com/in/gemartin99/

# Quizás pueda interesarte!

### - Para ver mi progresion en el common core 42 ↙️

[AQUÍ](https://github.com/gemartin99/42cursus)

### - Mi perfil en la intranet de 42 ↙️
[AQUÍ](https://profile.intra.42.fr/users/gemartin)