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
6
hs_regerror
(s)
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
}
hs_regerror
void hs_regerror(char *s) const
Definition:
regerror.c:6
error
EST_Track error(EST_Track &ref, EST_Track &test, int relax=0)
Definition:
EST_track_aux.cc:607
regexp.h
base_class
string
regerror.c
Generated on Fri Oct 6 2017 18:25:28 for Edinburgh Speech Tools by
1.8.11