index
:
gh_mirror/jhunkeler/duser.git
master
Utility to assist management of Majordomo lists
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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