#include <process.h>
#include "msvcrt.h"
#include "mtdll.h"
Go to the source code of this file.
◆ _execute_onexit_table()
Definition at line 91 of file onexit.c.
92{
95
97 return -1;
98
101 {
103 return 0;
104 }
111
113 {
115 (*func)();
116 }
117
119 return 0;
120}
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
#define HeapFree(x, y, z)
void(__cdecl * _PVFV)(void)
void CDECL _lock(int locknum)
void CDECL _unlock(int locknum)
int __cdecl _initialize_onexit_table(_onexit_table_t *table)
◆ _initialize_onexit_table()
◆ _register_onexit_function()
Definition at line 48 of file onexit.c.
49{
51 return -1;
52
55 {
58 {
60 return -1;
61 }
64 }
65
66
68 {
71 if (!tmp)
72 {
74 return -1;
75 }
79 }
80
84 return 0;
85}