summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-04 13:15:50 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-04 13:15:50 +0800
commite9798c972782500eaf1a6bc4d5632aa3594642b9 (patch)
tree0316addd2a55447d6bd1fe75ef58f96f29d0630d
parentbf657af77c6bea76a1b556044275b06d54e8b390 (diff)
downloadk&r-exercises-e9798c972782500eaf1a6bc4d5632aa3594642b9.tar.gz
3.5
-rw-r--r--3/5.c2
1 files changed, 1 insertions, 1 deletions
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[]) {