From eca117f28afac2ee258d9e9454ff63c6dec5b58f Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 4 Nov 2019 01:34:37 +0100 Subject: int type length specifier, edge case with zero padding and invalid wildcard precision --- convert_uint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert_uint.c') diff --git a/convert_uint.c b/convert_uint.c index a3f5575..055317b 100644 --- a/convert_uint.c +++ b/convert_uint.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/30 23:25:40 by cacharle #+# #+# */ -/* Updated: 2019/10/30 23:26:05 by cacharle ### ########.fr */ +/* Updated: 2019/11/04 00:18:39 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit