- Timestamp:
- Apr 28, 1998, 11:33:57 AM (26 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 658488c34b925e3203fa73119edd5c94edac978d
- Parents:
- b1dcdd9f7286126542c9c4836c397c161d624abf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
rb1dcdd r188c0f5 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: libparse.l,v 1.1 2 1998-04-27 12:34:18 obachmanExp $ */5 /* $Id: libparse.l,v 1.13 1998-04-28 09:33:57 pohl Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 87 87 extern "C" { 88 88 # endif 89 long ftell(FILE *fp); 89 90 # ifdef macintosh 90 91 int fileno(FILE *stream); 91 92 FILE *fdopen(int filedes, char *type); 92 long ftell(FILE *fp);93 long tell(int filedes);94 93 int isatty(int filedes); 95 94 #else 96 95 int _fileno(FILE *stream); 97 96 FILE *_fdopen(int filedes, char *type); 98 long _ftell(FILE *fp);99 long _tell(int filedes);100 97 int _isatty(int filedes); 101 98 # define fileno _fileno 102 99 # define fdopen _fdopen 103 # define ftell _ftell104 # define tell _tell105 100 # define isatty _isatty 106 101 # endif /* macintosh */
Note: See TracChangeset
for help on using the changeset viewer.