1234567891011121314151617 |
- type
- Pn_short = ^n_short;
- n_short = u_int16_t;
- Pn_long = ^n_long;
- n_long = u_int32_t;
- Pn_time = ^n_time;
- n_time = u_int32_t;
- { ---------------------------------------------------------------------
- Borland compatibility types
- ---------------------------------------------------------------------}
- // Type
|