Changeset 8f769bb in git for Singular/fegetopt.c
- Timestamp:
- Sep 22, 1999, 12:19:05 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fcc8828a7bb095ce2cfa6cabeb554095b3e4aefe
- Parents:
- 2907f59317cf17c238dd583d6ac1c10ba279ba40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fegetopt.c
r2907f5 r8f769bb 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: fegetopt.c,v 1. 1 1999-09-20 18:03:47 obachmanExp $ */4 /* $Id: fegetopt.c,v 1.2 1999-09-22 10:19:04 Singular Exp $ */ 5 5 6 6 /* Getopt for GNU. … … 84 84 they can distinguish the relative order of options and other arguments. */ 85 85 86 #include " getopt.h"86 #include "fegetopt.h" 87 87 88 88 /* For communication from `getopt' to the caller.
Note: See TracChangeset
for help on using the changeset viewer.