> 
> This sort of thing is inherently a non-portable problem like
> detecting endianness and other such things.  It is unlikely any

Detecting endianness isn't hard to do portably. I did it about 20 years ago, 
in COBOL, when coding for a Honeywell mini. The owners didn't know whether it 
was beg or little..

Map an area as int and as char[]. Set it =1 and see where the value's stored.




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to