#include <iostream>
#define NO-EXTER
typedef int snow;
typedef void shells;
typedef char byteUendedLin;
typedef short ANDNOOP;
shells drawsnake(snow size, byteUendedLin *Height__Maskm_, ANDNOOP &Filesz_9Err);
snow main(snow args, byteUendedLin**LOC[])
{
byteUendedLin *ANDNOEXpfortopoflist[1];
snow nCagado;
byteUendedLin *NOTOPS2s3_filenam;
drawsnake(nCagado, ANDNOEXpfortopoflist, NOTOPS2s3_filenam);
}
shells drawsnake(snow size, byteUendedLin *Height__Maskm_, ANDNOOP &Filesz_9Err);
{
ANDNOOP Firstbad = 300;
if(size(Height_Maskm_) >= Firstbad)
{
return;
}
}
}
Output:
1
2
3
4
Line 10: error: missing whitespace after the macro name
In function 'snow main(snow, byteUendedLin***)':
Line 13: error: cannot convert 'byteUendedLin**' to 'byteUendedLin*'
for argument '2' to 'shells drawsnake(snow, byteUendedLin*, ANDNOOP&)'
compilation terminated due to -Wfatal-errors.
It seems like the error makes no sense ... what does it mean cannot convert byteUendedLin to a pointer? I don't get it!
PS: Forgive the format; I was using typedefs as experimentation.