3 #if !defined(__BEGIN_DECLS)
5 # define __BEGIN_DECLS extern "C" {
10 #if !defined(__END_DECLS)
12 # define __END_DECLS }
19 extern size_t strlcat(char *, const char *, size_t);
22 extern size_t strlcpy(char *, const char *, size_t);
25 #endif /* MANDOC_CONFIG_H */