source: git/Singular/feOptGen.h @ fbc7cb

fieker-DuValspielwiese
Last change on this file since fbc7cb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 394 bytes
RevLine 
[dfc60c8]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
[bd795d]10#include <Singular/fegetopt.h>
[dfc60c8]11
12extern const char SHORT_OPTS_STRING[];
13
[69ad7e]14#include <Singular/feOptTab.h>
[dfc60c8]15typedef enum {FE_OPT_UNDEF}  feOptIndex;
16
17#endif /*  FEOPTSGEN_H */
Note: See TracBrowser for help on using the repository browser.