MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / CmdLineOpt

Class CmdLineOpt

src/tests/cmdline.c:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62} SetterArg;
63
64typedef struct CmdLineOpt {
65 const char *name;
66 unsigned int flagToSet;
67 int (*setter)(SetterArg*);
68 long setterExtra;
69} CmdLineOpt;
70
71enum {
72 MULT_ALPHA = 0x01,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected