docs(intenal/flag_i): adding the documentation of flag_i
This commit is contained in:
parent
277895cf96
commit
ca7639db51
1 changed files with 7 additions and 0 deletions
|
|
@ -52,6 +52,13 @@ char *itoa_base(uint64_t nbr, char *base);
|
||||||
*/
|
*/
|
||||||
int flag_c(va_list args, int fd);
|
int flag_c(va_list args, int fd);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Function to handle the flag i in printf's function
|
||||||
|
*
|
||||||
|
* @param args list of arguments
|
||||||
|
* @param fd file descriptor
|
||||||
|
* @return The number of character write in the fd
|
||||||
|
*/
|
||||||
int flag_i(va_list args, int fd);
|
int flag_i(va_list args, int fd);
|
||||||
|
|
||||||
int flag_p(va_list args, int fd);
|
int flag_p(va_list args, int fd);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue