FreeBASIC  0.91.0
gfx_lineinp.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_lineinp.c:

Go to the source code of this file.

Functions

int fb_GfxLineInput (FBSTRING *text, void *dst, ssize_t dst_len, int fillrem, int addquestion, int addnewline)
 

Variables

static const char * pszDefaultQuestion = "? "
 

Function Documentation

int fb_GfxLineInput ( FBSTRING text,
void *  dst,
ssize_t  dst_len,
int  fillrem,
int  addquestion,
int  addnewline 
)

Definition at line 8 of file gfx_lineinp.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* pszDefaultQuestion = "? "
static

Definition at line 5 of file gfx_lineinp.c.