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