Search:
Born2beroot
-
ft_printf function
This project has been created as part of the 42 curriculum by someyer Description This project is about my implementation of printf function from C standard library. This function accepts a format C-string argument and a variable number of value arguments that the function serializes per the format string. Here is the function prototype according…
-
get_next_line function
This project has been created as part of the 42 curriculum by someyer Description In this project I needed to create a function with following signature: char *get_next_line(int fd); This function should do the following: Repeated calls (e.g., using a loop) to my get_next_line() function should let me read the text file pointed to by…
-
Born2beroot
This project has been created as part of the 42 curriculum by someyer Description Born2beroot This project is about setting up Linux Server and it’s management. I chose Rocky Linux distribution. Debian vs. Rocky Choosing between Rocky Linux and Debian usually comes down to whether you want a system built for the Enterprise (Rocky) or…
