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

Pages: 1-

FreeBSD

Name: Anonymous 2010-11-29 21:45

#include <stdlib.h>

// d is a demon function pointer type
typedef void (*d)();

int main(){
  void *evil = malloc(666); // Cast from pure evilty
  d bsd;                   // the BSD kernel is a demon
  bsd = (d)evil;          // yes, the most evil of them all
  bsd();                 // Call upon it to rule the computer
  free(bsd);            // Not included in other BSD variants
}

Name: Anonymous 2010-11-29 21:49


4/10

Name: Anonymous 2012-12-25 1:19

You are no longer funny if you steal jokes from Uncyclopedia.

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