F
Fabio
Hi all,
Someone can convert this code to VB.net
int HilBcc (int bcc, char *s, int len)
{
int i;
for (i = 0; i < len; i++)
{
bcc ^= s;
}
return(bcc);
}
thanks in advance
Someone can convert this code to VB.net
int HilBcc (int bcc, char *s, int len)
{
int i;
for (i = 0; i < len; i++)
{
bcc ^= s;
}
return(bcc);
}
thanks in advance