diff options
author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-07-22 01:06:20 -0400 |
---|---|---|
committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-07-22 01:06:20 -0400 |
commit | 007b2a19f8d9bdf926aa584d85beb5bdac32bf9d (patch) | |
tree | b0a7df56e904d7547a90fe57c474510f7b4bcc44 /gnu-taler-error-codes/c-length.template | |
parent | 05d427aafa7f9e637db969e4933905be2a8d9b9c (diff) |
generate c function for looking up ec hints
Diffstat (limited to 'gnu-taler-error-codes/c-length.template')
-rw-r--r-- | gnu-taler-error-codes/c-length.template | 9 |
1 files changed, 9 insertions, 0 deletions
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}}; |