#include "defs.h" /* * * S. R. Bourne * Bell Telephone Laboratories * */ /* this routine in case no one else * has defined it */ bad(s) STRING s; { print("%E%s", s); }