strcspn.asm
来自「C标准库源代码」· 汇编 代码 · 共 17 行
ASM
17 行
;***
;strcspn.asm -
;
; Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines strcspn()- finds the length of the initial substring of
; a string consisting entirely of characters not in a control string.
;
; NOTE: This stub module scheme is compatible with NT build
; procedure.
;
;*******************************************************************************
SSTRCSPN EQU 1
INCLUDE Intel\STRSPN.ASM
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?