Sign in
googlers
/
maze
/
klibc
/
01b7dde0664ef67eada14dc163d015eb603fda74
/
.
/
usr
/
klibc
/
strxspn.h
blob: ce56ff2970133031ae53cbd9b05895969c6ebef2 [
file
] [
log
] [
blame
]
/*
* strxspn.h
*/
#ifndef
STRXSPN_H
#define
STRXSPN_H
#include
<stddef.h>
extern
size_t
__strxspn
(
const
char
*
s
,
const
char
*
map
,
int
parity
);
#endif