diff options
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}}; |