On 12/20/19 10:50 PM, Damien Hedde wrote:
> +void resettable_state_clear(ResettableState *state)
> +{
> + memset(state, 0, sizeof(ResettableState));
> +}Worth moving this into the header as inline? Anyway, Reviewed-by: Richard Henderson <[email protected]> r~
