char * browser_class_flags(char * class_name)
Returns the class flags and name, or 0 if class_name is not in the browser database or if Smac cannot allocate memory to memorize the result.
Attention Be careful, the string is allocated each time the function is called, use free() to release it.