source: git/Singular/feOptGen.h @ 021751

spielwiese
Last change on this file since 021751 was 69ad7e, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: feOpt.inc - issue should be fixed with this!
  • 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.