 | µVision User's Guide legacy |  |
|
|
| getlong| Summary |
long getlong(
prompt); /* prompt string */
| | Description | The getlong debugger function prompts you, with the prompt string, to enter a number. | | Return Value | The getlong debugger function returns either the ong value of the entered number or a valule of 0 if a valid number is not entered. | | See Also | getdbl, getint | | Example |
getlong ("Enter your age in seconds");
|
|
|