ReactOS
0.4.16-dev-2-g02a6913
atexit.h
Go to the documentation of this file.
1
#ifndef __CRT_INTERNAL_ATEXIT_H
2
#define __CRT_INTERNAL_ATEXIT_H
3
4
#ifndef _CRT_PRECOMP_H
5
#error DO NOT INCLUDE THIS HEADER DIRECTLY
6
#endif
7
8
#define LOCK_EXIT _mlock(_EXIT_LOCK1)
9
#define UNLOCK_EXIT _munlock(_EXIT_LOCK1)
10
11
extern
_onexit_t
*
atexit_table
;
12
extern
int
atexit_table_size
;
13
extern
int
atexit_registered
;
/* Points to free slot */
14
15
void
__call_atexit
(
void
);
16
17
#endif
__call_atexit
void __call_atexit(void)
Definition:
atonexit.c:30
atexit_table
_onexit_t * atexit_table
atexit_table_size
int atexit_table_size
atexit_registered
int atexit_registered
_onexit_t
int(__cdecl * _onexit_t)(void)
Definition:
stdlib.h:28
sdk
lib
crt
include
internal
atexit.h
Generated on Thu Sep 12 2024 06:13:15 for ReactOS by
1.9.6