wine/include/msvcrt
Jinoh Kang b6a26817bc include/msvcrt: Add noreturn attribute to _assert.
This informs the compiler that no code following an assertion failure
will execute (unless NDEBUG is defined), which increases the accuracy of
compiler warnings and static analyses.

For assert.h, put DECLSPEC_NORETURN before the return type in the
function declaration to remain consistent with other MSVCRT function
declarations.
2023-01-30 18:55:57 +01:00
..
sys include: Define __stat64. 2022-12-01 20:36:04 +01:00
assert.h include/msvcrt: Add noreturn attribute to _assert. 2023-01-30 18:55:57 +01:00
complex.h
conio.h
corecrt.h include/msvcrt: Add __WINE_(ALLOC_SIZE|DEALLOC|MALLOC) attributes to _aligned_malloc functions. 2023-01-26 22:05:13 +01:00
corecrt_io.h
corecrt_malloc.h include/msvcrt: Add __WINE_(ALLOC_SIZE|DEALLOC) attributes to _recalloc. 2023-01-26 22:05:13 +01:00
corecrt_startup.h
corecrt_stdio_config.h
corecrt_wctype.h include/msvcrt: Redefine towlower* & towupper* with wint_t types. 2022-05-03 18:58:28 +02:00
corecrt_wdirect.h
corecrt_wio.h
corecrt_wprocess.h
corecrt_wstdio.h
corecrt_wstdlib.h include: Add _tcsto[u]ll declarations. 2022-06-20 10:37:56 +02:00
corecrt_wstring.h include/msvcrt: Add __WINE_(DEALLOC|MALLOC) attributes to _strdup and _wcsdup. 2023-01-26 22:05:13 +01:00
corecrt_wtime.h
crtdbg.h
crtdefs.h
ctype.h
direct.h
dirent.h
dos.h
eh.h
errno.h
fcntl.h
fenv.h
float.h
fpieee.h
intrin.h
inttypes.h include: Move strto[iu]max(_l) from stdlib.h to inttypes.h. 2022-10-19 18:48:54 +02:00
io.h
limits.h
locale.h
malloc.h include: Add corecrt_malloc.h. 2022-12-08 18:12:51 +01:00
math.h include: Add some C99 floating point comparison macros. 2023-01-30 16:49:55 +01:00
mbctype.h
mbstring.h msvcrt: Add _mbcjmstojis_l implementation. 2022-10-31 20:41:45 +01:00
memory.h
process.h
search.h
setjmp.h
share.h
signal.h
stdarg.h include: Add stdarg.h header. 2023-01-10 09:20:54 +01:00
stdbool.h
stddef.h
stdint.h
stdio.h include: Add freopen_s. 2022-11-03 18:33:09 +01:00
stdlib.h include: Add corecrt_malloc.h. 2022-12-08 18:12:51 +01:00
string.h include/msvcrt: Add __WINE_(DEALLOC|MALLOC) attributes to _strdup and _wcsdup. 2023-01-26 22:05:13 +01:00
time.h include: Add localtime_s. 2023-01-25 13:10:05 +01:00
uchar.h
unistd.h
vadefs.h include: Add vadefs.h header. 2023-01-10 09:20:51 +01:00
wchar.h
wctype.h include/msvcrt: Redefine towlower* & towupper* with wint_t types. 2022-05-03 18:58:28 +02:00