ReactOS 0.4.16-dev-937-g7afcd2a
__std_terminate.c File Reference
#include <process.h>
Include dependency graph for __std_terminate.c:

Go to the source code of this file.

Functions

 __declspec (noreturn)
 

Function Documentation

◆ __declspec()

__declspec ( noreturn  )

Definition at line 13 of file __std_terminate.c.

17{
18 terminate();
19}
void MSVCRT() terminate()
Definition: cpp.c:716