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