strpbrk.asm

来自「C语言库函数的原型,有用的拿去」· 汇编 代码 · 共 17 行

ASM
17
字号
;***
;strpbrk.asm -
;
;       Copyright (c) Microsoft Corporation.  All rights reserved.
;
;Purpose:
;       defines strpbrk()- finds the index of the first character in a string
;       that is not in a control string
;
;       NOTE:  This stub module scheme is compatible with NT build
;       procedure.
;
;*******************************************************************************

SSTRPBRK EQU 1
INCLUDE Intel\STRSPN.ASM

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?