MCPcopy Create free account
hub / github.com/Singular/Singular / feOptValue

Function feOptValue

Singular/feOpt.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#ifdef __cplusplus
39
40static inline void* feOptValue(feOptIndex opt)
41{
42 return feOptSpec[(int)opt].value;
43}
44inline int feOptValue(feOptIndex opt, char** val)
45{
46 if (opt != FE_OPT_UNDEF && feOptSpec[(int)opt].type == feOptString)

Callers 12

jjSYSTEMFunction · 0.85
jjEXTENDED_SYSTEMFunction · 0.85
sigint_handlerFunction · 0.85
debugFunction · 0.85
jjFAREY_IDFunction · 0.85
jjCHINREM_IDFunction · 0.85
siInitFunction · 0.85
feHelpBrowserFunction · 0.85
mainFunction · 0.85
kVerify2Function · 0.85
id_ChineseRemainder_0Function · 0.85
id_Farey_0Function · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68