tgrekov-pipex
HIVE pipex May 2024
Loading...
Searching...
No Matches
unsigned_arg.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* unsigned_arg.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/31 07:31:57 by tgrekov #+# #+# */
/* Updated: 2024/02/13 08:36:45 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file unsigned_arg.c.

#include <stdarg.h>
#include <stdlib.h>
#include "../../subspec.h"
#include "../../../utils/internal_types.h"
Include dependency graph for unsigned_arg.c:

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.
 

Function Documentation

◆ unsigned_arg()

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

Parameters
[in,out]args
[in]lenmod
Return values
t_ubiggestRetrieved value

Definition at line 35 of file unsigned_arg.c.

Here is the caller graph for this function: