> > I will funrish a function to detect the endian order if requested. > int is_bigendian() { static int i=1; return (int)(*(char *)&i); } oops! it's of course is_littleendian:-) Andy. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- edian issues and __bzero in glibc and documentation issues. Terrell Larson
- Re: edian issues and __bzero in glibc and documentatio... Andy Polyakov
- RE: edian issues and __bzero in glibc and document... Andy Polyakov
- RE: edian issues and __bzero in glibc and documentatio... Salz, Rich
- Re: edian issues and __bzero in glibc and documentatio... Terrell Larson
- Re: edian issues and __bzero in glibc and documentatio... Terrell Larson
- Re: edian issues and __bzero in glibc and document... Andy Polyakov
- Re: edian issues and __bzero in glibc and documentatio... Terrell Larson
- RC4 tune-up [Was: Re: edian issues and __bzero in ... Andy Polyakov