[Overview][Constants][Types][Procedures and functions] | Reference for unit 'zlib_trees' (#powtils_main) |
Source position: zlib_trees.pas line 85
type ct_data = record |
fc: record |
case Byte of |
0: ( |
freq: ush; |
); |
1: ( |
code: ush; |
); |
end; |
dl: record |
case Byte of |
0: ( |
dad: ush; |
); |
1: ( |
len: ush; |
); |
end; |
end; |
No notes exist for this page yet.