Home
last modified time | relevance | path

Searched refs:Sigfunc (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dfpectlmodule.c88 typedef void Sigfunc(int); typedef
89 static Sigfunc sigfpe_handler;
90 static void fpe_reset(Sigfunc *);
112 static void fpe_reset(Sigfunc *handler) in fpe_reset()