Keil™, An ARM® Company

µVision® User's Guide

getdbl

Summary 
double getdbl(
  prompt);    /* prompt string */
Description The getdbl debugger function prompts you, with the prompt string, to enter a number.
Return Value The getdbl debugger function returns either the double value of the entered number or a valule of 0.0 if a valid number is not entered.
See Also getint, getlong
Example 
getdbl ("Enter the value of pi");