Previously Matthew Wilcox wrote: > In the kernel, we normally use BITS_PER_LONG == 64, I don't suppose you > userspace people have anything this useful, do you?
#include <limits.h> That will give you __WORDSIZE which should be the same. Wichert. -- _________________________________________________________________ / Nothing is fool-proof to a sufficiently talented fool \ | [EMAIL PROTECTED] http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |

