You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VV4OS is an open-source non-commercial operating system. The target is an OS with the full abstraction of the internals of the computer, such as files and programs, from the user. The OS has been inspired by macOS.
A custom implementation of the printf() function in C. This project recreates the behavior of the standard printf(), supporting various format specifiers and handling different types of arguments such as integers, strings, and characters.
This repository contains my solutions and projects for the ALX Low-Level Programming track. The track covers various aspects of low-level programming in C.