Skip to content
View palenki's full-sized avatar

Block or report palenki

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 libft Public

    My own implementation of the C standard library, recreating essential functions to be used in future 42 projects.

    C 1

  2. 42-piscine 42-piscine Public

    C

  3. ft_printf ft_printf Public

    A recreation of the standard printf function in C, exploring variadic arguments and text formatting.

    C

  4. get_next_line get_next_line Public

    A C function that reads and returns a line from a file descriptor, diving deep into static variables and buffer management.

    C