Initial import
[openvswitch] / datapath / linux-2.4 / compat-2.4 / include / linux / string.h
1 #ifndef __LINUX_STRING_WRAPPER_H
2 #define __LINUX_STRING_WRAPPER_H 1
3
4 #include_next <linux/string.h>
5
6 #ifndef __HAVE_ARCH_STRCSPN
7 size_t strcspn(const char *s, const char *reject);
8 #endif
9
10 #endif /* linux/string.h */