@@ -33,7 +33,7 @@ fillrect (int color, int x, int y, int width, int height)
size_t
wcslen_(wchar_t*s){
size_tlen;
for(len=0;*s;s++);
for(len=0;*s;s++,len++);
returnlen;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.