source: git/Singular/feOptGen.h @ aa37e4

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