23 lines
662 B
C
23 lines
662 B
C
|
/******************************************************************************
|
||
|
* sigprocInt.h *
|
||
|
*--------------*
|
||
|
* I/O library functions for extended speech files (vapi format)
|
||
|
*------------------------------------------------------------------------------
|
||
|
* Copyright (C) 1999 Entropic, Inc
|
||
|
* Copyright (C) 2000 Microsoft Corporation Date: 03/02/00
|
||
|
* All Rights Reserved
|
||
|
*
|
||
|
********************************************************************* PACOG ***/
|
||
|
|
||
|
#ifndef _SIGPROCINT_H_
|
||
|
#define _SIGPROCINT_H_
|
||
|
|
||
|
#include "sigproc.h"
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <math.h>
|
||
|
#include <limits.h>
|
||
|
#include <assert.h>
|
||
|
|
||
|
#endif
|