File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ char *strcasestr(const char *, const char *) strlenesque;
141
141
void * memmem (const void * , size_t , const void * , size_t ) libcesque ;
142
142
void * memrchr (const void * , int , size_t ) strlenesque ;
143
143
void * mempcpy (void * , const void * , size_t ) memcpyesque ;
144
+ wchar_t * wmempcpy (wchar_t * , const wchar_t * , size_t ) memcpyesque ;
144
145
#endif
145
146
146
147
#ifdef _COSMO_SOURCE
@@ -185,7 +186,6 @@ bool32 wcsstartswith(const wchar_t *, const wchar_t *) strlenesque;
185
186
bool32 wcsendswith (const wchar_t * , const wchar_t * ) strlenesque ;
186
187
char * __join_paths (char * , size_t , const char * , const char * ) libcesque __wur ;
187
188
int __mkntpathat (int , const char * , int , char16_t [hasatleast 1024 ]);
188
- wchar_t * wmempcpy (wchar_t * , const wchar_t * , size_t ) memcpyesque ;
189
189
#endif /* _COSMO_SOURCE */
190
190
191
191
COSMOPOLITAN_C_END_
You can’t perform that action at this time.
0 commit comments