pushswap/printf/tests/src/ftpfretint.c

20 lines
1015 B
C
Raw Normal View History

2023-03-07 05:42:47 +01:00
/* ************************************************************************** */
/* */
2023-10-26 19:09:02 +02:00
/* :::::::: */
/* ftpfretint.c :+: :+: */
/* +:+ */
/* By: houtworm <codam@houtworm.net> +#+ */
/* +#+ */
/* Created: 2023/10/26 18:40:57 by houtworm #+# #+# */
/* Updated: 2023/10/26 18:40:58 by houtworm ######## odam.nl */
2023-03-07 05:42:47 +01:00
/* */
/* ************************************************************************** */
#include "../tmp/ft_printf.h"
int main(int argc, char **argv)
{
alarm(5);
return (ft_printf(argv[1], atoi(argv[2])));
}