#include #include #include #include char *move_money_from_text(const char *rules, const char *lines, bool use_numeric_accounts); void move_money_from_text_free(char *s);