cleanup argument parsing when used as a library + ensure os_lib_end gets called

This commit is contained in:
TamtamHero
2020-12-08 12:45:30 +01:00
parent a865be3d5f
commit 79d74991e5
2 changed files with 79 additions and 59 deletions

View File

@@ -36,6 +36,7 @@ typedef struct get_printable_amount_parameters_s {
bool is_fee;
// OUT
char printable_amount[30];
int result;
} get_printable_amount_parameters_t;
typedef struct create_transaction_parameters_s {