This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

code what i just wrote

my code is not code working. i copy from the webpage?

int main ( int , char ** ) { char __attribute ( "scatter_segment_before_main" ) message [ ] = "12345679";

int i ;

for ( ; ; ) ;

return 72 ;
}

what is wrong?>