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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [exp_int.h] - Diff between revs 578 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
/* exp_int.h - private symbols common to both expect program and library
/* exp_int.h - private symbols common to both expect program and library
 
 
Written by: Don Libes, libes@cme.nist.gov, NIST, 12/3/90
Written by: Don Libes, libes@cme.nist.gov, NIST, 12/3/90
 
 
Design and implementation of this program was paid for by U.S. tax
Design and implementation of this program was paid for by U.S. tax
dollars.  Therefore it is public domain.  However, the author and NIST
dollars.  Therefore it is public domain.  However, the author and NIST
would appreciate credit if this program or parts of it are used.
would appreciate credit if this program or parts of it are used.
*/
*/
 
 
#ifndef _EXPECT_INT_H
#ifndef _EXPECT_INT_H
#define _EXPECT_INT_H
#define _EXPECT_INT_H
 
 
#ifndef TRUE
#ifndef TRUE
#define FALSE 0
#define FALSE 0
#define TRUE 1
#define TRUE 1
#endif
#endif
 
 
#ifndef HAVE_MEMCPY
#ifndef HAVE_MEMCPY
#define memcpy(x,y,len) bcopy(y,x,len)
#define memcpy(x,y,len) bcopy(y,x,len)
#endif
#endif
 
 
#include <errno.h>
#include <errno.h>
 
 
int             Exp_StringMatch();
int             Exp_StringMatch();
int             Exp_StringMatch2();
int             Exp_StringMatch2();
void            exp_console_set _ANSI_ARGS_((void));
void            exp_console_set _ANSI_ARGS_((void));
 
 
#ifdef NO_STDLIB_H
#ifdef NO_STDLIB_H
#  include "../compat/stdlib.h"
#  include "../compat/stdlib.h"
#else
#else
#  include <stdlib.h>           /* for malloc */
#  include <stdlib.h>           /* for malloc */
#endif /*NO_STDLIB_H*/
#endif /*NO_STDLIB_H*/
 
 
#endif /* _EXPECT_INT_H */
#endif /* _EXPECT_INT_H */
 
 

powered by: WebSVN 2.1.0

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