mailing list of musl libc
 help / color / mirror / code / Atom feed
2133b5c1eead4f94b5cb7f9a70c21788678cd3be blob 273 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#ifndef STRING_H
#define STRING_H

#include "../../include/string.h"

hidden void *__memrchr(const void *, int, size_t);
hidden char *__stpcpy(char *, const char *);
hidden char *__stpncpy(char *, const char *, size_t);
hidden char *__strchrnul(const char *, int);

#endif
debug log:

solving 2133b5c1 ...
found 2133b5c1 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).