#ifndef STRUCT_LIST_VALUE #define STRUCT_LIST_VALUE struct list_value { struct value* first; struct value* rest; }; #endif