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.
- Host: GitHub
- URL: https://github.com/gemartin99/get_next_line
- Owner: gemartin99
- Created: 2022-07-07T14:37:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:44:36.000Z (12 months ago)
- Last Synced: 2025-03-28T11:04:57.877Z (7 months ago)
- Topics: 42barcelona, 42cursus, 42get-next-line, 42projects, 42school, educational-project
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ✍🏼
# 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)