-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathcrt32.def
More file actions
58 lines (55 loc) · 761 Bytes
/
crt32.def
File metadata and controls
58 lines (55 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
LIBRARY msvcrt.dll
EXPORTS
; new
_Znwj == ??2@YAPAXI@Z
; delete
_ZdlPv == ??3@YAXPAX@Z
; new[]
_Znaj == ??_U@YAPAXI@Z
; delete[]
_ZdaPv == ??_V@YAXPAX@Z
; new(std::nothrow)
_ZnwjRKSt9nothrow_t == ??2@YAPAXI@Z
; delete(std::nothrow)
_ZdlPvRKSt9nothrow_t == ??3@YAXPAX@Z
; new[](std::nothrow);
_ZnajRKSt9nothrow_t == ??_U@YAPAXI@Z
; delete[](std::nothrow)
_ZdaPvRKSt9nothrow_t == ??_V@YAXPAX@Z
; delete(size_t)
_ZdlPvj == ??3@YAXPAX@Z
; delete[](size_t)
_ZdaPvj == ??_V@YAXPAX@Z
_chdir
_clearfp
_controlfp
_errno
_fullpath
_getch
_getcwd
_getdcwd
_msize
_setmode
_strdup
_wcsdup
_wfullpath
_wgetcwd
_wgetdcwd
atoi
calloc
chdir == _chdir
exit
fflush
free
malloc
printf
puts
realloc
signal
sprintf
strchr
strcmp
strdup == _strdup
strlen
system
wcsdup == _wcsdup