pushswap/printf/tests/src/realretstringstar.c
2023-10-26 19:09:02 +02:00

20 lines
1019 B
C

/* ************************************************************************** */
/* */
/* :::::::: */
/* realretstringstar.c :+: :+: */
/* +:+ */
/* By: houtworm <codam@houtworm.net> +#+ */
/* +#+ */
/* Created: 2023/10/26 18:43:04 by houtworm #+# #+# */
/* Updated: 2023/10/26 18:43:05 by houtworm ######## odam.nl */
/* */
/* ************************************************************************** */
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)
{
return (printf(argv[1], atoi(argv[2]), argv[3]));
}