mb_get_base

Previous  Next

 

int mb_get_base( mb_interpreter_t* s )

 


 

Returns the current base.  This is the same as using the function

 

base = BASE()

 

Example

 

int nBase = mb_get_base();