#include <som.h> string XYZFuncName() { return "XYZ"; } main() { SOMClassInitFuncName = XYZFuncName; ... }