[UCRT][ASM] Rename all .asm files to .s

This commit is contained in:
Timo Kreuzer 2024-10-22 09:41:14 +03:00
parent 901cd2704c
commit 4fec953e6e
23 changed files with 0 additions and 0 deletions

View 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