Changeset bd3849 in git
- Timestamp:
- Jan 13, 2000, 10:41:44 AM (23 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- d12be82ef215b3384ae5c46df455efd4437c1749
- Parents:
- 60d8f15617731f116619ccdb3e16a78f2483fe89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fereadl.c
r60d8f1 rbd3849 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: fereadl.c,v 1. 8 1999-12-14 17:28:15 SingularExp $ */4 /* $Id: fereadl.c,v 1.9 2000-01-13 09:41:44 wichmann Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 33 33 #ifdef HAVE_TERM_H 34 34 #include <term.h> 35 #elif HAVE_TERMCAP_H 35 #endif 36 #if HAVE_TERMCAP_H 36 37 #include <termcap.h> 37 #elif HAVE_TERMIOS_H 38 #endif 39 #if HAVE_TERMIOS_H 38 40 #include <termios.h> 39 41 #endif
Note: See TracChangeset
for help on using the changeset viewer.