/* this is a simple main function contents */ /* first some variable definitions */ %{{cVarDef}} /* and a printout of the variable */ %{{cPrint}} /* and finally return success */ return 0;