#include "kernel/mod2.h"
#include "feOptGen.h"
#include "fehelp.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ FE_OPT_STRUCTURE
◆ main()
Definition at line 25 of file feOptGen.cc.
29 fd = fopen(
"feOptES.xx",
"w");
30 #elif defined(TSINGULAR) 31 fd = fopen(
"feOptTS.xx",
"w");
33 fd = fopen(
"feOpt.xx",
"w");
40 fputs(
"typedef enum\n{\n",
fd);
52 else if (*
name >= 97 && *
name <= 122)
70 fprintf(
fd,
"FE_OPT_UNDEF\n} feOptIndex;\n");
73 rename(
"feOptES.xx",
"feOptES.inc");
74 #elif defined(TSINGULAR) 75 rename(
"feOptTS.xx",
"feOptTS.inc");
77 rename(
"feOpt.xx",
"feOpt.inc");
struct fe_option feOptSpec[]
char name(const Variable &v)
◆ SHORT_OPTS_STRING
const char SHORT_OPTS_STRING[] = "bdhqstvxec:r:u:" |