struct String { char a[100]; }; program COOKIE_PROG { version COOKIE_VERS { int addCookie (String) = 1; String getCookie () = 2; } = 1; } = 20000000;