OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [exp_int.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* exp_int.h - private symbols common to both expect program and library
2
 
3
Written by: Don Libes, libes@cme.nist.gov, NIST, 12/3/90
4
 
5
Design and implementation of this program was paid for by U.S. tax
6
dollars.  Therefore it is public domain.  However, the author and NIST
7
would appreciate credit if this program or parts of it are used.
8
*/
9
 
10
#ifndef _EXPECT_INT_H
11
#define _EXPECT_INT_H
12
 
13
#ifndef TRUE
14
#define FALSE 0
15
#define TRUE 1
16
#endif
17
 
18
#ifndef HAVE_MEMCPY
19
#define memcpy(x,y,len) bcopy(y,x,len)
20
#endif
21
 
22
#include <errno.h>
23
 
24
int             Exp_StringMatch();
25
int             Exp_StringMatch2();
26
void            exp_console_set _ANSI_ARGS_((void));
27
 
28
#ifdef NO_STDLIB_H
29
#  include "../compat/stdlib.h"
30
#else
31
#  include <stdlib.h>           /* for malloc */
32
#endif /*NO_STDLIB_H*/
33
 
34
#endif /* _EXPECT_INT_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.