Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


strcspn()                String Function                strcspn()




Return length a string excludes characters in another

#include <string.h>
unsigned int strcspn(string1, string2);
char *string1, *string2;

strcspn  compares  string1 with  string2.   It  then returns  the
length, in  characters, for which string1  consists of characters
not found in string2.

***** See Also *****

string functions, string.h











































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026