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