Edinburgh Speech Tools  2.1-release
regerror.c
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include "regexp.h"
4 
5 void
7 const char *s;
8 {
9 #ifdef ERRAVAIL
10  error("regexp: %s", s);
11 #else
12  fprintf(stderr, "regexp(3): %s\n", s);
13  exit(1);
14  return; /* let std. egrep handle errors */
15 #endif
16  /* NOTREACHED */
17 }
void hs_regerror(char *s) const
Definition: regerror.c:6
EST_Track error(EST_Track &ref, EST_Track &test, int relax=0)