Skip to content

get_next_line project for 42 school. This project consists in coding a line by line reading function.

Notifications You must be signed in to change notification settings

Geoffrey42/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_next_line

Get_next_line project for 42 school. This project consists in coding a line by line reading function.

Description :

Ce projet consiste à coder une fonction permettant de lire le contenu d'un fichier ligne par ligne. Car qu'il s'agisse d'un fichier, de l'entrée standard, ou même d'une connexion réseau, il est souvent nécessaire d'avoir recours à ce type de fonction.

Objectifs :

  • File descriptors
  • Bufferisation
  • Parsing basique

Skills :

  • Algorithms & AI
  • Imperative programming
  • Rigor
Defini dans le header <get_next_line.h>

int get_next_line(const int fd, char **line);


About

get_next_line project for 42 school. This project consists in coding a line by line reading function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published