1BSD/portlib/wdleng.c

/**
 **	return word length
 **	this version is specific to UNIX running on a PDP-11
 **/

wdleng()
{
	return (16);
}