int main(int argc, char * argv[] ) { int i ; for (i=0; i<8; i++ ) { putchar(0xff) ; } }