[1f6122]: / test / types-typedef-basic.test.expected  Maximize  Restore  History

Download this file

9 lines (7 with data), 122 Bytes

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

FUNCTION sbrk:BOOL;
__increment: BOOL;
: POINTER TO BOOL;