typedef struct 
{
  float re;    
  float im;    
} complex;       
...
complex x, y;  // Declare x and y of type complex