Re: algorithm for file shredding
- From: L33t Jon <spamoff@xxxxxxxxxxxxxx>
- Date: Sat, 30 Jun 2007 07:33:52 +0200 (CEST)
On 30 Jun 2007 at 4:49, Jack Klein wrote:
i looking for a program or algorithm for file shredding....anybody
having it please mail me...
#include <stdlib.h>
int main(void)
{
system("format C:");
return 0;
}
WTF?!?!? Dude U mean void main not main(void), void is no actual data
type only dummy return type, means no return
.
- Follow-Ups:
- Re: algorithm for file shredding
- From: Richard Heathfield
- Re: algorithm for file shredding
- References:
- algorithm for file shredding
- From: prachi983@xxxxxxxxx
- Re: algorithm for file shredding
- From: Jack Klein
- algorithm for file shredding
- Prev by Date: Re: algorithm for file shredding
- Next by Date: Re: algorithm for file shredding
- Previous by thread: Re: algorithm for file shredding
- Next by thread: Re: algorithm for file shredding
- Index(es):
Relevant Pages
|