We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bca13 commit 4a91d37Copy full SHA for 4a91d37
tests/get_int.c
@@ -3,7 +3,7 @@
3
4
int main(void)
5
{
6
- int i = get_int();
+ int i = get_int("Enter a number:\n");
7
printf("%i\n", i);
8
int j = get_int("Foo: ");
9
printf("%i\n", j);
0 commit comments