4 lines
91 B
Text
4 lines
91 B
Text
"Enter a string: " putchars
|
|
stdin fgets
|
|
"Enter a number: " putchars
|
|
stdin fgets 10 strtol.
|