|
||
int prompt_line_width ( char *message, int *value )
char *message; // prompt string int *value; // address of int to receive result
|
|
|
Synopsis |
#include "silver.h"
The prompt_line_width function allows the user to select a line width.
|
|
Parameters |
none.
|
|
Return Value |
prompt_line_width returns the width of the line selected, if any, and 0 otherwise. |
|
|
|