URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-complex-1.h] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
#include <complex.h> struct st { int s1; float complex x; int s2; }; typedef struct { float r, i; } _complex; struct stc { int s1; _complex x; int s2; };
Go to most recent revision | Compare with Previous | Blame | View Log