reactos/sdk/lib/crt/stdlib
Timo Kreuzer 2c791cdde7 [CRT] Remove duplicated atexit/onexit code
This removes the broken wine version of atexit and onexit. It keeps only dllonexit, which is implemented properly. The previous __call_atexit is moved to where the mingw onexit/atexit code is and adjusts it to work with the existing code. A call to __call_atexit is added in __tmainCRTStartup after the main function was called.
2020-11-01 09:33:14 +01:00
..
_exit.c
_set_abort_behavior.c
abort.c
atexit.c [CRT] Remove duplicated atexit/onexit code 2020-11-01 09:33:14 +01:00
atold.c
clang-alias.s [CPPRT][CRT] Avoid extern assembly declarations with no type. CORE-17088 2020-05-28 14:26:48 +02:00
doserrmap.h
ecvt.c
errno.c
fcvt.c
fcvtbuf.c
fullpath.c
gcvt.c
getenv.c
makepath.c
makepath_s.c
malloc.c
mbstowcs.c [SDK][STDLIB][STRING] Wine-sync wcsrtombs_l and _mbstowcs_l 2020-05-03 15:35:11 +02:00
mbtowc.c [CRT][STDLIB] Wine-sync _mbtowc_l function code 2020-04-28 22:41:57 +02:00
obsol.c
putenv.c
qsort.c [REACTOS] Fix misc 64 bit issues (#783) 2019-01-05 10:50:11 +01:00
rot.c [CRT] Use alias names for rot functions when compiling with Clang-CL 2019-02-12 19:31:33 +01:00
senv.c
swab.c
wfulpath.c
wmakpath.c
wmakpath_s.c
wputenv.c
wsenv.c