Home
last modified time | relevance | path

Searched defs:_atexit (Results 1 – 1 of 1) sorted by relevance

/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2228 struct _atexit { struct
2229 struct _atexit *_next; argument
2230 int _ind;
2232 void (*_fns[32])(void);
2233 struct _on_exit_args _on_exit_args;
2625 struct _atexit *_atexit; member