From 007b2a19f8d9bdf926aa584d85beb5bdac32bf9d Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Wed, 22 Jul 2020 01:06:20 -0400 Subject: generate c function for looking up ec hints --- gnu-taler-error-codes/c-length.template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnu-taler-error-codes/c-length.template (limited to 'gnu-taler-error-codes/c-length.template') diff --git a/gnu-taler-error-codes/c-length.template b/gnu-taler-error-codes/c-length.template new file mode 100644 index 0000000..24e3e41 --- /dev/null +++ b/gnu-taler-error-codes/c-length.template @@ -0,0 +1,9 @@ + + +}; + + +/** + * The length of @e code_hint_pairs. + */ +static const unsigned int code_hint_pairs_length = {{ECS_LENGTH}}; -- cgit v1.2.3