Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge

Name: Anonymous 2011-02-09 9:52

write a program to test, whether the stack grows upwards or downwards

I don't give a fuck about your exotic architecture and neither does anybody else. so please fuck off, ``faggot''.

Name: Anonymous 2011-02-09 10:29


#include <stdio.h>

int main()
{
    volatile int x = 0x11223344;
    volatile int y = 0x55667788;
    if(&x-&y > 0)puts("grows to 0");
    else puts("grows to 0xFFFF...");
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List