spmenu/libs/arg.h

7 lines
75 B
C

typedef union {
int i;
unsigned int ui;
float f;
const void *v;
} Arg;