diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2015-02-21 12:45:14 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2015-02-21 12:45:14 +0000 |
commit | c3ab178996b6ee87b8358d5cfe48807789b0483d (patch) | |
tree | df68b89e906fa8957ea38ce522c76136f4a53c2f | |
parent | 5881b8c79e89742a7ea6f9d1716b7e63fbe5686a (diff) | |
download | c-stuff-c3ab178996b6ee87b8358d5cfe48807789b0483d.tar.gz c-stuff-c3ab178996b6ee87b8358d5cfe48807789b0483d.tar.xz c-stuff-c3ab178996b6ee87b8358d5cfe48807789b0483d.zip |
scanf.c: style
-rw-r--r-- | scanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ int main(void) { char *input; + scanf("%ms", &input); printf("%s", input); |