Functions
contrib/mul/mbl/mbl_read_int.h File Reference

Asks question and waits for an answer. More...

Go to the source code of this file.

Functions

int mbl_read_int (const char *q_str, int default_int)
int mbl_read_int (const char *q_str, int default_int, int min_int, int max_int)

Detailed Description

Asks question and waits for an answer.

Author:
tim, updated by me apparently!!! updated to vxl caringly in the way one can only do on a Friday afternoon by gvw

Definition in file mbl_read_int.h.


Function Documentation

int mbl_read_int ( const char *  q_str,
int  default_int 
)

Definition at line 60 of file mbl_read_int.cxx.

int mbl_read_int ( const char *  q_str,
int  default_int,
int  min_int,
int  max_int 
)

Definition at line 65 of file mbl_read_int.cxx.