![]()  | 
								
									 
										tgrekov-fdf
									 
									
										HIVE fdf May 2024
									 
								 | 
							
Definition in file unsigned_arg.c.
#include <stdarg.h>#include <stdlib.h>#include "../../subspec.h"#include "../../../utils/internal_types.h"Go to the source code of this file.
Functions | |
| t_ubiggest | unsigned_arg (va_list args, t_lenmod lenmod) | 
| Retrieves the next unsigned variable argument in the appropriate size dependent on the length modifier.   | |
| t_ubiggest unsigned_arg | ( | va_list | args, | 
| t_lenmod | lenmod | ||
| ) | 
Retrieves the next unsigned variable argument in the appropriate size dependent on the length modifier.
For more info on the length modifiers, see ft_printf.c
| [in,out] | args | |
| [in] | lenmod | 
| t_ubiggest | Retrieved value | 
Definition at line 35 of file unsigned_arg.c.