source: git/Singular/feOptGen.h @ 79c035

spielwiese
Last change on this file since 79c035 was 79c035, checked in by Hans Schoenemann <hannes@…>, 13 years ago
fix: comon stuff for feOpt.h/feOptGen.h -> feOptTab.h
  • Property mode set to 100644
File size: 433 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#define LONG_OPTION_RETURN 13
15
16#include <Singular/FeOptTab.h>
17typedef enum {FE_OPT_UNDEF}  feOptIndex;
18
19#endif /*  FEOPTSGEN_H */
Note: See TracBrowser for help on using the repository browser.