summaryrefslogtreecommitdiffstats
path: root/private/crt32/string/i386/strcspn.asm
diff options
context:
space:
mode:
Diffstat (limited to 'private/crt32/string/i386/strcspn.asm')
-rw-r--r--private/crt32/string/i386/strcspn.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/private/crt32/string/i386/strcspn.asm b/private/crt32/string/i386/strcspn.asm
new file mode 100644
index 000000000..39554147f
--- /dev/null
+++ b/private/crt32/string/i386/strcspn.asm
@@ -0,0 +1,19 @@
+;***
+;strcspn.asm -
+;
+; Copyright (c) 1991-1992, 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.
+;
+;Revision History:
+; 09-25-91 JCR Stub module created.
+;
+;*******************************************************************************
+
+SSTRCSPN EQU 1
+INCLUDE I386\STRSPN.ASM