8 lines
93 B
C
8 lines
93 B
C
@import diamond_top;
|
|
|
|
double right(double *);
|
|
|
|
struct left_and_right {
|
|
int left, right;
|
|
};
|