[fc78f7]: / test / types-typedef-basic.c  Maximize  Restore  History

Download this file

8 lines (6 with data), 101 Bytes

1
2
3
4
5
6
7
static int func(void)
{
	return 1;
}

typedef long int ptrdiff_t;
void* sbrk(ptrdiff_t __increment);