allwinner_a64/android/external/clang/test/Modules/Inputs/diamond_top.h
2018-08-08 16:14:42 +08:00

5 lines
70 B
C

int top(int *);
int top_left(char *c);
int top_left_before(void *);