A minimal custom implementation of the printf function, using no standard libraries except for system calls to write to stdout (file descriptor 1). Inline assembly is used to manually access and handle variadic arguments.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal custom implementation of the printf function, using no standard libraries except for system calls to write to stdout (file descriptor 1). Inline assembly is used to manually access and handle variadic arguments.