Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
/ Getline-Clone Public archive

Clone of the C standard library's Getline function

Notifications You must be signed in to change notification settings

michaelbrave/Getline-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetLine Clone

This is a clone of the C standard libary's "getline" function written from scratch based on the description in the man page. This project may also be know as the 42 project "Get Next Line".

The simplest way to describe what it does is it takes a file with text, and displays to the terminal one line at a time. It does this by parsing for line break characters like '/n' and then storing each line in a char array which is then outputted.

About

Clone of the C standard library's Getline function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published