diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-04 13:15:50 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-04 13:15:50 +0800 |
| commit | e9798c972782500eaf1a6bc4d5632aa3594642b9 (patch) | |
| tree | 0316addd2a55447d6bd1fe75ef58f96f29d0630d /3 | |
| parent | bf657af77c6bea76a1b556044275b06d54e8b390 (diff) | |
| download | k&r-exercises-e9798c972782500eaf1a6bc4d5632aa3594642b9.tar.gz | |
3.5
Diffstat (limited to '3')
| -rw-r--r-- | 3/5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]) { |
