Skip to content

um função cujo o retorno é uma linha de cada arquivo de texto

Notifications You must be signed in to change notification settings

danisayumin/get_next_line

Repository files navigation

42 Cursus

get_next_line

GNL Logo

The get_next_line project is a fundamental project that aims to develop a function capable of reading a line from a file descriptor. It allows you to retrieve the next line from a file, one line at a time, without reading the entire file at once. The function is designed to be memory efficient and work seamlessly with multiple file descriptors.

Description

get_next_line is a function that reads a line from a file descriptor. It allows you to retrieve the next line from a file, one line at a time, without having to read the entire file at once. The function is designed to be memory efficient and to work seamlessly with multiple file descriptors.

This project is part of the curriculum at 42 school and is aimed at enhancing your understanding of file manipulation, memory allocation, and static variables.


Features

  • Retrieves the next line from a file descriptor
  • Handles multiple file descriptors concurrently
  • Memory efficient - reads and stores only the necessary data
  • Supports reading from different types of files, including text files and binary files

About

um função cujo o retorno é uma linha de cada arquivo de texto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages