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

"foo"=="foo"? OH SHI-

Name: Anonymous 2011-12-12 14:07


haxus_the_great@leetbawx: cat anus.c
int main()
{
  if ("foo" == "foo") {
    return 1;
  } else {
    return 0;
  }
}
haxus_the_great@leetbawx: gcc anus.c -o anus
haxus_the_great@leetbawx: ./anus
haxus_the_great@leetbawx: echo $?
1
haxus_the_great@leetbawx:

U mad? U jelly? Come at me bro.

Name: Anonymous 2011-12-12 20:47


TITLE    foo.c
    .386P
    .model FLAT
PUBLIC    _main
;    COMDAT _main
_TEXT    SEGMENT
_main    PROC NEAR                    ; COMDAT
; File foo.c
; Line 4
    push    1
    pop    eax
; Line 8
    ret    0
_main    ENDP
_TEXT    ENDS
END

lol MSVC6

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