diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-24 21:49:43 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-24 21:49:43 +0800 |
| commit | 21b1681ea7c9693ddc41ec1478e4a336e4538818 (patch) | |
| tree | 5750ad9ce3c8a32cc4c3a83af16db1764022bf76 /2/1.c | |
| parent | 550b80e8beb07d5bde1329803f6114f6bf15d720 (diff) | |
| download | k&r-exercises-21b1681ea7c9693ddc41ec1478e4a336e4538818.tar.gz | |
2.1
Diffstat (limited to '2/1.c')
| -rw-r--r-- | 2/1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ void printu(int size); void prints(int size); -/* prints the max ranges of char, short, int and long */ +/* prints the range of values for char, short, int and long */ int main(int argc, char *argv[]) { printf("char: "); prints(sizeof(char)); |
