Implemented fclose() and strrchr()
This commit is contained in:
@@ -19,6 +19,8 @@ extern int strncmp(const char *a, const char *b, size_t sz);
|
||||
extern char *strcpy(char *dest, const char *src);
|
||||
extern char *strncpy(char *dest, const char *src, size_t sz);
|
||||
|
||||
extern char *strrchr(const char *s, int c);
|
||||
|
||||
extern char *strdup(const char *s);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user