blob: 0a4e82d8564e2e60ecc94c67b41efac42dd13b26 [file] [log] [blame]
static unsigned char foo[256];
arc4_init(void)
{
int n;
for (n = 0; n < 256; n++)
foo[n] = n;
}