|
|
researchv9-SUN3(old)
/*
* miscellany
*/
#include "defs.h"
/*
* swap bytes in a long
*/
long
swal(l)
long l;
{
return (((l >> 16) & 0xffff) | ((l & 0xffff) << 16));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.