[62c3c4]: / test / types-typedef-basic.test.expected  Maximize  Restore  History

Download this file

11 lines (9 with data), 156 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
FUNCTION func: DINT;
 func := (1);
 RETURN;
END_FUNCTION
TYPE ptrdiff_t: LINT;
END_TYPE

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