Skip to content

Read a line from standard input or a file descriptor

Notifications You must be signed in to change notification settings

almayor/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_next_line

This project is part of the official curriculum at School 42.

Disclaimer

In School 42, almost every project must be written to comply with. coding standard (also known as the "Norm"). As a result, the implementation of certain parts may appear strange.

Overview

  • Official instructions
  • Code documentation
  • The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
  • As per instructions, the project is realised using libft compiled during a previous project.
  • The project is consistent with the Norme, the code standard accepted at School 42.
  • This project has been tested with Moulitest.

Acknowledgements

My code has been motivated by a similar project, realised by Luigi. My thanks go to him, as well as to yyang42 for making Moulitest freely available online.

As always, I am grateful to to the entire team behind School 42 and its Moscow branch and my fellow students for productive discussions.

About

Read a line from standard input or a file descriptor

Topics

Resources

Stars

Watchers

Forks

Languages