docs(intenal/flag_x_maj): adding the documentation of flag_x_maj
This commit is contained in:
parent
c982c3615c
commit
450944a7ca
1 changed files with 7 additions and 0 deletions
|
|
@ -106,6 +106,13 @@ int flag_u(va_list args, int fd);
|
|||
*/
|
||||
int flag_x(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_maj(va_list args, int fd);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue