BLib Reference Manual |
---|
BLib — BLib library initialization
void b_init (void);
void b_init (void);
This function initializes the BLib library. It calls g_type_init() for you, initializes the random number generator and registers some transform functions needed for the deserialization routines.
It is safe to call this function multiple times but you should at least call it once before you use any other BLib functions.
<< Blinkenlights Utilities | BObject >> |