[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] PML trouble with -m68020-60
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2011-01-13 13:36, Helmut Karlowski wrote:
>> (fully qualified prototype) but in C "()" equals to K&R prototype meaning
>> "(int)".
>
> Meaning unknown.
Means that in C the omission of the parameter list like
void foo();
is automatically, according to the C-bible by Kernighan & Ritchie,
assumed to be
void (foo int);
Where in C++
void foo();
is automatically, according to the C++-bible by Stroustrup, assumed to be
void foo(void);
Cheers,
T.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (GNU/Linux)
iEYEARECAAYFAk0vZhkACgkQMiyRSD9s+zW93QCZAcD5XO98+xxq0UGFRSwigBEq
uWsAn1VnWHDEKLJ3n1ljmLLK4A/69ctD
=GWaA
-----END PGP SIGNATURE-----