Skip to content
View BenzThor's full-sized avatar

Block or report BenzThor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. libft.h libft.h Public

    Libft is a custom implementation of the C Standard Library functions. This project is part of the 42 curriculum and aims to help students become familiar with basic C programming and fundamental da…

    C

  2. get_next_line get_next_line Public

    The get-next-line project focuses on implementing a function that reads a single line ending with a newline character ('\n') from a file descriptor. The function is designed to handle lines of unkn…

    C

  3. ft_printf ft_printf Public

    ft_printf is a custom implementation of the printf function in C. This project aims to provide a simplified version of the standard printf function, supporting a subset of format specifiers and fun…

    C

  4. so_long so_long Public

    C

  5. push_swap push_swap Public

    Push_swap is a 42 project that challenges you to sort a stack of integers using a limited set of operations and a second auxiliary stack. The goal is to implement an efficient algorithm to sort the…

    C

  6. minitalk minitalk Public

    Minitalk is a 42 project that involves creating a small data exchange program between a client and a server using UNIX signals. The main goal is to implement a simple messaging system where the cli…

    C