Searched refs:at_exit_handler (Results 1 – 2 of 2) sorted by relevance
6 extern "C" using at_exit_handler = void(); typedef8 int atexit(at_exit_handler handler) { return 0; } in atexit()