Historias
Slashboxes
Comentarios
 
Este hilo ha sido archivado. No pueden publicarse nuevos comentarios.
Mostrar opciones Umbral:
Y recuerda: Los comentarios que siguen pertenecen a las personas que los han enviado. No somos responsables de los mismos.
  • por pobrecito hablador el Domingo, 19 Noviembre de 2000, 00:02h (#1170)
    /* Netscape 6.0

          (c) 2000 by Netscape Corp.

          All rights reserved

    */

    #include <mozilla/gecko.h>
    #include <microsoft/windows/speeddown.h>
    #include <microsoft/windows/crash.h>
    #include <aol/marketing.h>
    #include <aol/moremarketing.h>
    #include <netscape/marketing.h>
    #include <netscape/looknfeel.h>
    #include <netscape/otherlamethings.h>
    #exclude <mozilla/somenicefeatures.h>

    int main (int argc, char *argv[])
    {
              int status;

              setslowspeed(TRUE);
              putallaolmarketing();
              putallnetscapemarketing();
              displayslowinterface();

              for(;;){
                        status=lobotomize( mozillageckorenderer() );

                        if(status==0){
                            crash();
                            retun EXIT_SUCCESS;
                        }else{
                            printf("%s, plex fix me",randomstupidmessage (seed(status) ));
                            break;
                        }
              }
    }