Jan 23 2006

Profile Image of tripz
tripz

TRITACARNE

Posted at 3:21 pm under niente a senso

void chiedi_a_collega(struct t_vittima *vittima, int domanda) {
vittima->nome = strdup(”tripz”);
vittima->domanda = domanda;

chiedi(vittima);
}

int main(int argc, char **argv) {
struct t_vittima povero_me;

while(1) {
chiedi_a_collega(&povero_me, T_LINUX | T_MYSQL | T_PHP | T_APACHE | T_IPTABLES | T_JSP | T_HTML | T_RANDOM);
sleep(1);
}

return 0;
}

PIATTOLA

2 responses so far

2 Responses to “TRITACARNE”

  1. nightoloon 23 Jan 2006 at 8:09 pm 1

    strdup: too much arguments

  2. tripzon 24 Jan 2006 at 11:08 am 2

    oops, hai ragione ;)

    ero sicuro che c’era un errore, correggo!

Comments RSS

Leave a Reply