string.h\include\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/include/string.h
blob: 2133b5c1eead4f94b5cb7f9a70c21788678cd3be (plain) (blame)
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
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月02日 23:15:15 +0000

AltStyle によって変換されたページ (->オリジナル) /