Name:
Anonymous
2012-02-13 18:30
as complicated as possible and in a functional language of your choosing
Name:
Anonymous
2012-02-13 23:36
>>11
char sample[ 1024 ];
for( i = 0; i < strlen( sample ); i++)
Dear god, you better hope the compiler optimizes that shit.