source: git/Singular/feOptGen.h @ a8b8d03

fieker-DuValspielwiese
Last change on this file since a8b8d03 was e28fc4, checked in by Hans Schoenemann <hannes@…>, 13 years ago
fix: multiple definitions of feOptStruct
  • Property mode set to 100644
File size: 403 bytes
Line 
1#ifndef FEOPTSGEN_H
2#define FEOPTSGEN_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id$ */
7/*
8* ABSTRACT: Declarations for working with Options
9*/
10
11#include <kernel/fegetopt.h>
12
13extern const char SHORT_OPTS_STRING[];
14
15#include <Singular/FeOptTab.h>
16typedef enum {FE_OPT_UNDEF}  feOptIndex;
17
18#endif /*  FEOPTSGEN_H */
Note: See TracBrowser for help on using the repository browser.