aboutsummaryrefslogtreecommitdiff
path: root/include/compat/strchrnul.h
blob: ca12806cc8cfa5f40beef90bf32cdb3917f1ed09 (plain) (blame)
1
2
3
4
#ifndef STRCHRNUL_H
#define STRCHRNUL_H
char *strchrnul(const char* s, int c);
#endif