blob: 1d10be7006c9c80532ca159c91e1cd63cc52aefb [file] [log] [blame]
#ifndef STRING_H
#define STRING_H
#include "../../include/string.h"
void *__memrchr(const void *, int, size_t);
char *__stpcpy(char *, const char *);
char *__stpncpy(char *, const char *, size_t);
char *__strchrnul(const char *, int);
#endif