#include "state.h" State state_new() { return (State){ 0 }; }