/* file: fcomplex.h */ #define fcomplex_def struct complx { float re; float im; }; typedef struct complx complex;