Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_exit.c72 void (*__stdio_cleanup)(void); variable
92 if (__stdio_cleanup) { in exit()
93 __stdio_cleanup(); in exit()