mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[UCRT][ASM] Rename all .asm files to .s
This commit is contained in:
parent
901cd2704c
commit
4fec953e6e
23 changed files with 0 additions and 0 deletions
16
sdk/lib/ucrt/string/i386/strcspn.s
Normal file
16
sdk/lib/ucrt/string/i386/strcspn.s
Normal file
|
@ -0,0 +1,16 @@
|
|||
;***
|
||||
;strcspn.asm -
|
||||
;
|
||||
; Copyright (c) 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 STRSPN.ASM
|
Loading…
Add table
Add a link
Reference in a new issue