#include "../../../include/ground.h" GroundValue _GroundNewValueString(GroundString in) { return (GroundValue) { .as.String = in, .type = Ground.New.Type(GroundType_String) }; }