PineForge v0.1.2-7-ga095e36
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
Version query

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.
 

Detailed Description

Runtime version metadata.

Function Documentation

◆ pf_version_get()

pf_version_t pf_version_get ( void )
Returns
Linked runtime version.

References PF_API.

◆ pf_version_string()

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.