Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

↪ Get the next line ↩️

This is a 42's project about creating a function that returns a line which is read from a file descriptor

image


👷 How to Run

Requirements

The library is written in language C and thus needs the cc compiler and some standard C libraries to run.

Instructions

1. Including header

#include "get_next_line.h"

2. Compiling

Make sure that you have your own main before.

To compile with get_next_line, run:

$ cc -Wall -Wextra -Werror get_next_line.c get_next_line_utils.c <your .c files>

🐛 Issues

Please feel free to create a new issue with its title and description on the issues page of the 42cursus-get_next_line Repository. If you have already found the solution to the problem, I would love to review your pull request!


🔬 Third-party testers

About

42's project to implement a function to reading line-by-line from a file discriptor

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages