iblanco-s / get_next_line

read a file descriptor allowing the user to specify the number of bytes to read at a time, returning a line per call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📖 Get Next Line

Este proyecto consiste en leer un file descriptor y permitir al usuario especificar la cantidad de bytes por lectura. La función devolverá una línea por llamada y se controlará adecuadamente la asignación de memoria, manejando todos los posibles errores mientras se siguen las normas de programación de 42.

🚀 Objetivos

  • Aprender a leer y manipular file descriptors en C
  • Desarrollar habilidades en el manejo de la memoria en C
  • Practicar el manejo de errores en C
  • Aprender a seguir las normas de programación de 42

About

read a file descriptor allowing the user to specify the number of bytes to read at a time, returning a line per call


Languages

Language:C 100.0%