Sha256: fbcddbb8ed658910ecb31e24a2a4f802f39a0f8da3f2261e3443988005823845
Contents?: true
Size: 348 Bytes
Versions: 133
Compression:
Stored size: 348 Bytes
Contents
#ifndef ALLERGIES_H #define ALLERGIES_H typedef enum { ALLERGEN_EGGS = 0, ALLERGEN_PEANUTS, ALLERGEN_SHELLFISH, ALLERGEN_STRAWBERRIES, ALLERGEN_TOMATOES, ALLERGEN_CHOCOLATE, ALLERGEN_POLLEN, ALLERGEN_CATS, ALLERGEN_COUNT } allergen_t; typedef struct { int count; allergen_t *allergens; } allergen_list_t; #endif
Version data entries
133 entries across 133 versions & 1 rubygems