typedef enum Foo { FOO_ONE = 1, FOO_TWO = 100, FOO_THREE = 3, } Foo; Foo getEnum(Foo foo_enum) { return foo_enum; }