void (*Restart)(void) = NULL; void f() { Restart(); /* リスタートする */ }