Wheatables

Wheatables were baked snack crackers made by the Keebler Company (a subsidiary of the Kellogg Company).

They were available in Original Golden Wheat, Toasted Honey Wheat, as well as Wheatables Nut Crisps varieties in Roasted Almond and Toasted Pecan.[1] A Seven Grain variety was also introduced but had previously been discontinued.

Wheatables were introduced in 1988 to give consumers a choice other than fried snacks. In 2003, Wheatables and the Susan G. Komen Foundation worked together on a breast cancer awareness campaign.[2]

Wheatables were discontinued in July 2014.[3]

Nutritional information

Serving size about 19 Crackers or 1.1 ounces[4]

Nutrients

Minerals

Vitamins

Fatty acids

gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
gollark: Also various apiary engines.
gollark: I have this one by status code.
gollark: Requests/5m on various osmarks.net subdomains.
gollark: Maybe it should be aggregated over more time.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.