Changeset f058c1b in git
- Timestamp:
- Mar 12, 2001, 5:55:44 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5ff207772cfd6335d825ee5521df53ab405628e0
- Parents:
- fb3ff4a2a4d3a59afe3c598825ae6fcb38f70b00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fereadl.c
rfb3ff4a rf058c1b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: fereadl.c,v 1. 19 2001-01-31 13:44:19 levandovExp $ */4 /* $Id: fereadl.c,v 1.20 2001-03-12 16:55:44 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 36 36 #endif 37 37 #elif HAVE_TERMCAP_H 38 #ifndef SunOS_5 38 39 #include <termcap.h> 40 #endif 39 41 #endif 40 42 #if defined(HAVE_TERMIOS_H) && ! defined(TCSANOW)
Note: See TracChangeset
for help on using the changeset viewer.