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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [exp_prog.h] - Blame information for rev 1778

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

Line No. Rev Author Line
1 578 markom
/* exp_prog.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_PROG_H
11
#define _EXPECT_PROG_H
12
 
13
#include "expect_tcl.h"
14
#include "exp_int.h"
15
 
16
/* yes, I have a weak mind */
17
#define streq(x,y)      (0 == strcmp((x),(y)))
18
 
19
#endif /* _EXPECT_PROG_H */

powered by: WebSVN 2.1.0

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