Skip to content

This project is about creating a function that allows to read a line ending with a newline character ('\n') from a file descriptor without knowing its size in advance.

Notifications You must be signed in to change notification settings

faruktinaz/get_next_line

Repository files navigation

42-get_next_line

Bu proje, boyutunu önceden bilmeden bir file descriptor’dan yeni satır karakteri ('\n') ile biten bir satırı okumayı sağlayan bir işlev oluşturmakla ilgilidir. Bu projenin amaçlarından biri, C programlamada son derece ilginç olan: statik değişkenler, bellek bölgeleri ve bellek hataları hakkında daha derin bir anlayış kazanmaktır.

About

This project is about creating a function that allows to read a line ending with a newline character ('\n') from a file descriptor without knowing its size in advance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages