The aim of this project is to make you code a function that returns a lineending with a newline, read from a file descriptor
-
Updated
Jun 16, 2019 - C
The aim of this project is to make you code a function that returns a lineending with a newline, read from a file descriptor
A custom implementation of a function to read one line at a time from a file descriptor, including support for multiple file descriptors.
42sp // Programa uma função que retorna uma linha lida de um arquivo
A function to read from multiple file descriptors at the same time, without losing the reading thread on each one of them.
personal implementation of the GNU C library getline() in C
Perform continuous reads on a file or named pipe, push the data into a readable stream.
Recreation of the Unix pipe system. Connects multiple commands through pipes and handles input/output redirections.
A function that reads a line from a file descriptor and returns it.
A C function that reads a line from a file descriptor, efficiently handling static variables and memory management to return the next line on each call, showcasing file I/O and dynamic memory skills.
⏎ Whether it's a file, standard input, or a network connection, I'll still need to read content line by line. It is therefore time to tackle this function, which is essential for a number of my next projects.
Retrieving one line at a time from a file descriptor
Realization of a function that allows to read the file by a string with the help my own library.
File descriptor line reader with static variables - Handles any buffer size and multiple FDs simultaneously
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
A C library for efficiently reading files line by line, optimized for performance and memory usage.
As beautiful as a shell.
📄 This project is about programming a function that returns a line read from a file descriptor
Add a description, image, and links to the file-descriptor topic page so that developers can more easily learn about it.
To associate your repository with the file-descriptor topic, visit your repo's landing page and select "manage topics."