#include <string.h>
#include <stdlib.h>
#include <kernel/mod2.h>
#include "feOptGen.h"
#include "fehelp.h"
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
◆ FE_OPT_STRUCTURE
◆ main()
Definition at line 31 of file feOptGen.cc.
35 fd = fopen(
"feOptES.xx",
"w");
36 #elif defined(TSINGULAR) 37 fd = fopen(
"feOptTS.xx",
"w");
39 fd = fopen(
"feOpt.xx",
"w");
46 fputs(
"typedef enum\n{\n",
fd);
58 else if (*
name >= 97 && *
name <= 122)
76 fprintf(
fd,
"FE_OPT_UNDEF\n} feOptIndex;\n");
79 rename(
"feOptES.xx",
"feOptES.inc");
80 #elif defined(TSINGULAR) 81 rename(
"feOptTS.xx",
"feOptTS.inc");
83 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:" |