In article <10345 at claris.com> kevin at claris.com (Kevin Watts) writes: > char buffer[20]; > *(int *) buffer = 20; Of course, this fails on a word-oriented architecture when the buffer happens not to be properly aligned.