MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / _function

Class _function

express.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131typedef short * TRIE;
132
133typedef struct _function {
134 int ifun; // Index of function
135 char *szName; // Name of function
136 int nParam; // Number of parameters function takes
137 int nType; // Types of return value and each parameter
138} FUN;
139
140typedef struct _parameter {
141 int n; // Integer value (if !fReal)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected