This commit is contained in:
2023-08-23 00:01:25 +03:00
parent 7c273fda4e
commit bf4d530fdc

View File

@@ -56,7 +56,7 @@ int printf_string(va_list val)
}
/**
* printf_unsigned - prints integer
* printf_unsigned - nteger
* @args: argument to print
* Return: number of characters printed
*/