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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [exp_prog.h] - Rev 1775

Go to most recent revision | Compare with Previous | Blame | View Log

/* exp_prog.h - private symbols common to both expect program and library
 
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
dollars.  Therefore it is public domain.  However, the author and NIST
would appreciate credit if this program or parts of it are used.
*/
 
#ifndef _EXPECT_PROG_H
#define _EXPECT_PROG_H
 
#include "expect_tcl.h"
#include "exp_int.h"
 
/* yes, I have a weak mind */
#define streq(x,y)	(0 == strcmp((x),(y)))
 
#endif /* _EXPECT_PROG_H */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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