From e9798c972782500eaf1a6bc4d5632aa3594642b9 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 4 Dec 2021 13:15:50 +0800 Subject: 3.5 --- 3/5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3/5.c') diff --git a/3/5.c b/3/5.c index ed57b20..1e67c92 100644 --- a/3/5.c +++ b/3/5.c @@ -4,7 +4,7 @@ #define MAXLEN 100 -/* converts n to string in base b representation */ +/* converts n to string in base b */ void itob(int n, char s[], int b); int main(int argc, char *argv[]) { -- cgit v1.2.3