Skip to content

oskadoskaposka/gnl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Next Line

Reading a line on a fd is way too tedious!

Project Status

Ale Paduan's 42Project Score


Index

Intro

The aim of this project is to code a function that returns a line, read from a file descriptor.

Back to top

Files

Files in this project.

Name in Repo? allowed?
get_next_line.c ✔️ ✔️
get_next_line.h ✔️ ✔️
get_next_line_utils.c ✔️ ✔️
README.md ✔️
me.c ✔️
me.txt ✔️

Back to top

Tips

Learn about time management, resource management and value to have good friends close to you.

And a little bit more about pointers, pointer to pointers, file descriptors, READ, OPEN, buffer, how to define a variable during compilation.

Also good to focus in minimize lines of functions and how to use fsanitize and gdb.

Good to know to don't trust codes/testers from other people and start making your own.

Back to top


Visitors badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages