getline
There are 24 repositories under getline topic.
SravanthiSinha/holbertonschool-linux_programming
System programming & Algorithm ― Linux programming
adityamangal1/Advanced-Cpp
C++ is a general-purpose programming language and widely used nowadays for competitive programming.
clementvidon/get_next_line
[documented code / -pedantic -std=c89] - Get the next line of text available on a file descriptor. Can be used within a loop to read a file line by line.
ThePythonicCow/rawscan
High performance "getline" alternative - nearly zero copy, choice of delimiter character, ...
jamesderlin/getline-compatible
Portable implementations for POSIX getdelim and getline.
vbfox/FsGetLine
A port of getline.cs to F#
ykoh42/get_next_line
The aim of this project is to make me code a function that returns a line ending with a newline, read from a file descriptor.
MinaSamirSaad/simple_shell
It is an imitation of the Unix shell built in the C language
NewGit1999/simple_shell
Alx team project
XD-OB/Get_Next_Line
Function that read a line from a file descriptor 📖
A-Mahla/Libc-Utils-Plus
Extended Implemented C Library with Printf, Getline and 50+ Utility Functions.
bouCactus/GetNextLine_-42_1337-
Get Next Line is a project at 42 network (1337 school). It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line
DelicaTessa/42-get-next-line
Codam get_next_line project - return a line ending with a newline from a file descriptor
dpetrosy/42-Get-Next-Line
42 cursus GNL project. A function that reads a file line by line.
FlorentBelotti/42_cursus_Gnl
Develop a function that returns a row read from a file descriptor.
GSantoine/get_next_line
personal implementation of the GNU C library getline() in C
Imahni-King-Murillo/Sentence-Asterisk-Framer
I read an idea similar to this one on the linked webpage. It called for an array of strings to be framed (which would be much easier), but I decided to make the program able to receive user inputted sentences and spit them back out within a frame of asterisks.
prippa/libft
Library with a bunch of standard functions on C, and some my own.
trobert42/get_next_line
Implementation of a function written in C that reads a lines from a file descriptor
mohammadbutt/42_get_next_line
Program to open, read and display contents delimited by new line from multiple files
mohaslimani/GET_Next_Line
Whether it's a file, standard input, or even later a network connection, you'll still need to read content line by line. So it's time to tackle this function(getLine(Cpp)), using linked lists and only one static variable , respecting 42norms, essential for a number of your next projects.
pacome35220/CPE_getnextline_2017
My implementation of the getline() function in C
Smi1e-man/GNL
C language | Recode of function Getline | [name]Get_Next_Line