[086a2a]: / test / types-typedef-basic.test.expected  Maximize  Restore  History

Download this file

8 lines (6 with data), 103 Bytes

1
2
3
4
5
6
7
FUNCTION func: DINT;
 return 1;
TYPE ptrdiff_t: LINT;
END_TYPE

FUNCTION sbrk:BOOL;
__increment: BOOL;