[fc78f7]: / test / vars-std-types.c  Maximize  Restore  History

Download this file

12 lines (8 with data), 147 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
char tbyte;
short tint;
int tdint;
long long tlint;
unsigned char tubyte;
unsigned short tuint;
unsigned int tudint;
unsigned long long tulint;