diff options
| -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[]) { |
