#include void init() { printf("%s\n", __FUNCTION__); } void fini() { printf("%s\n", __FUNCTION__); } int main() { }