12 lines
126 B
C
12 lines
126 B
C
|
int top_left_before(void *);
|
||
|
|
||
|
@import diamond_top;
|
||
|
|
||
|
float left(float *);
|
||
|
|
||
|
int top_left(char *c);
|
||
|
|
||
|
int left_and_right(int*);
|
||
|
|
||
|
|