Skip to content
Snippets Groups Projects
bts0525-2.i 125 B
Newer Older
*/

typedef enum {E1=2, E2} T_EN1 ;

int f2(T_EN1 p2)
{
  return 0;
}