Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int main( void ){
- int stuff[ 8 ]={
- /**/0x0A0A0A0A , 0x2e777777
- , 0x74697774 , 0x632e6863
- , 0x6b2f6d6f , 0x696a6e61
- , 0x65646f63 , 0x000A0A72
- };
- printf( (void*)&(stuff[0]) );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement