[NTOS]
[reactos.git] / reactos / lib / sdk / crt / include / internal / safecrt.h
1
2 extern void * __pInvalidArgHandler;
3
4 void _invalid_parameter(
5 const wchar_t * expression,
6 const wchar_t * function,
7 const wchar_t * file,
8 unsigned int line,
9 uintptr_t pReserved);
10