diff --git a/includes/_internal.h b/includes/_internal.h index f7e91bb..5a9f980 100644 --- a/includes/_internal.h +++ b/includes/_internal.h @@ -97,6 +97,13 @@ int flag_s(va_list args, int fd); */ int flag_u(va_list args, int fd); +/** + * @brief Function to handle the flag x in printf's function + * + * @param args list of arguments + * @param fd file descriptor + * @return The number of character write in the fd (always 1) + */ int flag_x(va_list args, int fd); int flag_x_maj(va_list args, int fd);