This commit is contained in:
2023-08-22 23:54:29 +03:00
parent c84726c0bf
commit 2c1a0fc669

View File

@@ -15,7 +15,7 @@ int printf_char(va_list val)
}
/**
* printf_bin - prints a binary number.
* printf_bin - prints binary number.
* @val: arguments.
* Return: 1.
*/