:i	static char str_data_sccs_id[] = "%W% %G%";
/*
* This is John Chambers' string package.  It uses the  typical  string
* "descriptor",  defined  in  str.h,  which  contains a pointer to the
* value, its allocated m length, and its current actual length.  There
* are also a couple of optional fields:  a p field for marking a point
* in the string, and a flg field for assorted 1-bit flags.
*
* See str.d for details.
*/
#include "V_M_UC.h"
#include "str.h"

global Str NullStr = {0};	/* Should always be null Str structure */
global char str_badstmsg[] = "### Bad dst string (hope it has been corrected)";
global char str_needmsg[] = "Got %d bytes for %s, need %d.";

