25 #include <lunchbox/log.h>  
   30 CO_API 
bool _init( 
const int argc, 
char** argv );
 
   42 inline bool init( 
const int argc, 
char** argv )
 
   45         return co::_init( argc, argv );
 
Defines export visibility macros for library Collage. 
 
#define CO_VERSION_ABI
The current binary interface. 
 
Object-oriented network library. 
 
CO_API bool exit()
De-initialize the Collage network library. 
 
Defines version macros and class for library Collage. 
 
bool init(const int argc, char **argv)
Initialize the Collage network library.