b2str.c File Reference

Log message strings used by bmeps. More...

#include "bmepsi.h"

Include dependency graph for b2str.c:


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.

Detailed Description

Log message strings used by bmeps.


Define Documentation

#define B2STR_C   1

Inside the b2str.c module.


Function Documentation

size_t bmeps_get_num ( void   ) 

Get maximum string index.

Returns:
Maximum index.

char** bmeps_str_base ( void   ) 

Return pointer to array of strings used by bmeps.

Returns:
Array pointer.

char* bmeps_str_get ( size_t  s  ) 

Retrieve one string.

Parameters:
s String number.
Returns:
Valid pointer on success, NULL on error.


Generated on Wed Apr 15 11:57:15 2009 for bmeps by  doxygen 1.5.8