Skip to content
View yassinbenmansour's full-sized avatar
💭
🐺Lazy
💭
🐺Lazy

Highlights

  • Pro

Block or report yassinbenmansour

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
yassinbenmansour/README.md

Typing SVG

yassine benmansour's Dev Card

I'm Software Developer

📚 I'm constantly learning new skills and striving for progress

🏆 Goal: Be the person I needed when I was younger

⚡ Motto: Keep striving for progress, not perfection

  • Important Notice !!!
  • My C projects are tested Only on macOS, don't panic if you get some undefined behaviors on other Operating Systems

Pinned Loading

  1. Libft Libft Public

    Libft is an individual project at 42 that requires us to re-create some standard C library functions including some additional ones that can be used later to build a library of useful functions for…

    C 1

  2. ft_printf ft_printf Public

    About ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.

    C

  3. Get-next-line Get-next-line Public

    This projects 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 beforehand.