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
A custom heap memory manager implemented in C using a best-fit allocation strategy. Features custom implementations of malloc, free, calloc, and realloc, capable of overriding standard system calls…
A fully functional Unix-like shell implemented in C. Supports command execution, piping (|), and I/O redirection. Includes custom built-in implementations for file operations (mycp, mymv) and syste…