ngspice/src/misc/dup2.h

16 lines
184 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for dup2.c
* 1999 E. Rouat
************/
#ifndef DUP2_H_INCLUDED
#define DUP2_H_INCLUDED
#ifndef HAVE_DUP2
dup2(int oldd, int newd);
#endif
#endif