arudradey's picture
download
raw
131 Bytes
#include <ctype.h>
char *strupr(char *str)
{
char *ret = str;
while(*str)
{
*str = toupper(*str);
++str;
}
return ret;
}

Xet Storage Details

Size:
131 Bytes
·
Xet hash:
0e8b1092f1cb1300bb54f2678933ed8f169a7e784b90003f8a0e4fcac17a91cd

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.