I hate this

This commit is contained in:
2023-08-22 23:38:56 +03:00
parent e3ca643360
commit 7cfc16e32b
2 changed files with 2 additions and 2 deletions

2
main.h
View File

@@ -8,7 +8,7 @@
#include <limits.h> #include <limits.h>
/** /**
* struct format - match the conversion specifiers * struct format - conversion specifiers
* @id:identifier * @id:identifier
* @f: type pointer * @f: type pointer
*/ */

View File

@@ -2,7 +2,7 @@
/** /**
* printf_char - prints a char. * printf_char - prints a char.
* @val: arguments. * @val: arguts.
* Return: 1. * Return: 1.
*/ */
int printf_char(va_list val) int printf_char(va_list val)