docs(intenal/flag_u): adding the documentation of flag_u
This commit is contained in:
parent
0385f63d38
commit
30ecc3204f
1 changed files with 7 additions and 0 deletions
|
|
@ -88,6 +88,13 @@ int flag_percent(va_list args, int fd);
|
|||
*/
|
||||
int flag_s(va_list args, int fd);
|
||||
|
||||
/**
|
||||
* @brief Function to handle the flag u 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_u(va_list args, int fd);
|
||||
|
||||
int flag_x(va_list args, int fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue