Commit d257d7f1 authored by 栗学渊's avatar 栗学渊
Browse files

完善

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,5 +14,5 @@ void wnstr(wchar *dst, char const *src, int len);
void snstr(char *dst, wchar const *src, int len);
int wcsncmp(wchar const *s1, wchar const *s2, int len);
char* strchr(const char *s, char c);
void* memcpy(void *dst, const void *src, uint n);
#endif
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment