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

Download this file

12 lines (9 with data), 157 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
FUNCTION func: DINT;
 func := (1);
 RETURN;

END_FUNCTION
TYPE ptrdiff_t: LINT;
END_TYPE

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