Skip to content

A 42 project named Pipex that replicates the pipe UNIX mechanism

Notifications You must be signed in to change notification settings

Guiribei/a-plumber-myself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-plumber-myself

A 42 project named Pipex that replicates the pipe UNIX mechanism

This project had two special challenges to me. Besides starting to learn how processes works on Linux (dealing with fork and execve), I had to work with a significant amount of memory allocation and string parsing. Once I didn’t know how many arguments would be provided, I should code a solution that would be dynamic, and I discovered that making a non-fixed number of arguments to be handled is not a trivial task.

About

A 42 project named Pipex that replicates the pipe UNIX mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published