COHERENT help

This page displays the COHERENT help information for strcspn.

Listing of available help pages


strcspn() -- Return length a string excludes characters in another

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