pyth-network/pyth-client

Move `pd.h` function definitions to a new `pd.c` file.

Closed this issue · 2 comments

  • Allow including pd.h in test sources without adding -Wno-unused-function (see #91).
  • Avoid duplicating definitions across compilation units.

Source changes: #94
Requires #90

Smaller change pending instruction count regression tests (Issue #90): PR #97

This same change should be applied to upd_aggregate.h.