MCPcopy Create free account
hub / github.com/ElementsProject/lightning / print_bigsize_array

Function print_bigsize_array

common/test/run-bolt12_proof_vectors.c:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static void print_bigsize_array(const bigsize_t *arr, size_t n)
149{
150 for (size_t i = 0; i < n; i++) {
151 printf("%"PRIu64"%s\n", arr[i], i + 1 < n ? "," : "");
152 }
153}
154
155static void generate_valid_vector(const char *name,
156 struct tlv_invoice *inv,

Callers 1

generate_valid_vectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected