~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to include/EST_String.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
#include <string.h>
47
47
#ifdef NO_EST
48
 
#    include <iostream.h>
 
48
#    include <iostream>
49
49
#else
50
50
#    include "EST_iostream.h"
51
51
#endif
54
54
#include "EST_strcasecmp.h"
55
55
#include "EST_bool.h"
56
56
 
 
57
using namespace std;
 
58
 
57
59
extern "C" void abort(void);
58
60
 
59
61
/** A non-copyleft implementation of a string class to use with
591
593
        { return fcompare(a, b, (const unsigned char *)(const char *)table); }
592
594
    //@}
593
595
    //@}
594
 
    //@}
595
596
 
596
597
 
597
598
    /**@name Split a string into parts.