|
PineForge v0.1.2-7-ga095e36
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Runtime version metadata. More...
Data Structures | |
| struct | pf_version_t |
| Runtime version descriptor returned by pf_version_get. More... | |
Functions | |
| pf_version_t | pf_version_get (void) |
| const char * | pf_version_string (void) |
| Full git-derived version descriptor. | |
Runtime version metadata.
| pf_version_t pf_version_get | ( | void | ) |
References PF_API.
| const char * pf_version_string | ( | void | ) |
Full git-derived version descriptor.
Returns "MAJOR.MINOR.PATCH[-N-gSHA[-dirty]]" for git checkouts, or plain "MAJOR.MINOR.PATCH" for tarball builds. The pointer is to a static string with program lifetime; do not free.
References PF_API.