itwasfunny
4th October 2004, 16:43
i creat a fingerprint.cpp with this text:
#include <stdio.h>
#include "fingerprint.h"
void ;changefingerprint()
{
printf("ddddddddddddddddddddddd");
printf("bbbbbbbbbbbbbbbbbbbbbbb");
printf("ccccccccccccccccccccccccccccccc");
changefingerprint();
}
And a fingerprint.h with this text:
#define void changefingerprint()
Now i changed my fingerprint right?
#include <stdio.h>
#include "fingerprint.h"
void ;changefingerprint()
{
printf("ddddddddddddddddddddddd");
printf("bbbbbbbbbbbbbbbbbbbbbbb");
printf("ccccccccccccccccccccccccccccccc");
changefingerprint();
}
And a fingerprint.h with this text:
#define void changefingerprint()
Now i changed my fingerprint right?