📄 routine.dat
字号:
; ROUTINE.DAT for BOUNDS-CHECKER 2.0
_malloc ID 001
__fmalloc ID 002
_farmalloc ID 003
__nmalloc ID 004
__bmalloc ID 005
_calloc ID 006
__fcalloc ID 007
_farcalloc ID 008
__ncalloc ID 009
__bcalloc ID 010
_halloc ID 011
_free ID 012
_hfree ID 012
__ffree ID 013
_farfree ID 013
__nfree ID 014
__bfree ID 015
_realloc ID 016
__expand ID 016
__frealloc ID 017
__fexpand ID 017
_farrealloc ID 018
__nrealloc ID 019
__nexpand ID 019
__brealloc ID 020
__bexpand ID 020
_fread ID 021
_strcpy, (dest,srcz) ;comments are allowed after a semicolon
__fstrcpy far (dest,srcz)
_strncpy (dest,src,count)
__fstrncpy far (dest,src,count)
_memmove, (dest,src,count)
__fmemmove, far (dest,src,count)
_memcpy, (dest,src,count)
__fmemcpy, far (dest,src,count)
_strcat, cat (dest,srcz)
__fstrcat, cat far (dest,srcz)
_strncat, cat (dest,srcz,count)
__fstrncat, cat far (dest,srcz,count)
_memccpy, (dest,src,lookchar,count)
__memccpy, (dest,src,lookchar,count)
__fmemccpy, far (dest,src,lookchar,count)
_memset, (dest,skipint,count)
__fmemset, far (dest,skipint,count)
_swab, (src,dest,count)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -