/* ************************************************************************** */ /* */ /* :::::::: */ /* realretfloat.c :+: :+: */ /* +:+ */ /* By: houtworm +#+ */ /* +#+ */ /* Created: 2023/10/26 18:42:33 by houtworm #+# #+# */ /* Updated: 2023/10/26 18:42:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ #include #include int main(int argc, char **argv) { return (printf(argv[1], atof(argv[2]))); }