#include "bmepsi.h"
Defines | |
#define | B2STR_C 1 |
Inside the b2str.c module. | |
Functions | |
char * | bmeps_str_get (size_t s) |
Retrieve one string. | |
char ** | bmeps_str_base (void) |
Return pointer to array of strings used by bmeps. | |
size_t | bmeps_get_num (void) |
Get maximum string index. | |
Variables | |
char * | bmeps_str [] |
Log messages used by bmeps. | |
static size_t | sz_bmeps_str = sizeof(bmeps_str)/sizeof(PCHAR) |
Number of log messages in the array. | |
static char | sccs_id [] = { "@(#)b2str.ctr 1.11 04/14/09" } |
SCCIS ID. |
#define B2STR_C 1 |
Inside the b2str.c module.
size_t bmeps_get_num | ( | void | ) |
Get maximum string index.
char** bmeps_str_base | ( | void | ) |
Return pointer to array of strings used by bmeps.
char* bmeps_str_get | ( | size_t | s | ) |
Retrieve one string.
s | String number. |