#include <cat/gen.h>
int catgen_initinfo(void);
The function is called by catgen_init. If, for some reason catgen_init is not used, the catgen_initinfo function must be called before any other catgen function will work, with the exception of argument parsing.
The function returns 0 if successful, or a negative error code on error.