21 Nov
2005
21 Nov
'05
5:41 p.m.
Hi, Christian Bauer wrote:
On 11/11/2005, "Jens Vollinga" <vollinga@physik.uni-wuppertal.de> wrote:
tinfo = (unsigned)tinfo_name;
How do you guarantee that TINFOs are unique if sizeof(char *) > sizeof(unsigned)?
No guarantee, I guess. But tinfo could become a char*, couldn't it? Jens