#include "defs.h" pattern(s) REG STRING s; { REG CHAR c; WHILE c = *s++ DO IF metachar(c) THEN return(TRUE); FI OD return(0); }