C enums

enum flag {const1, const2, ..., constN};
SAMER SAEID