Linux Kernel
3.7.1
|
#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_inputbox (const char *title, const char *prompt, int height, int width, const char *init) |
Variables | |
char | dialog_input_result [MAX_LEN+1] |
int dialog_inputbox | ( | const char * | title, |
const char * | prompt, | ||
int | height, | ||
int | width, | ||
const char * | init | ||
) |
Definition at line 44 of file inputbox.c.
Definition at line 24 of file inputbox.c.