
void File::put(const char *s)
	{
	::put(s, f);          // ok
	}

