#include #include extern "C" { void (*signal(int, void (*)(int)))(int) { NOT_IMPLEMENTED("signal"); } int raise(int) { NOT_IMPLEMENTED("raise"); } }