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
_printf - create a copy of the standard printf function
.SH SYNOPSIS
_printf Format [ARGUMENT]
.SH DESCRIPTION
Prints argument(s) using the format string. The format string is comprised of 0 or more directives. Each conversion specifer is introduced by the "%" character. The specifer uses the corresponding argument(s) to print the variable.
.SH OPTIONS
_printf function can handle format specifiers %c, %s, %%, %d, %i. If a non valid specifier is passed to