| 261 | } |
| 262 | |
| 263 | void writeAttID(header_page* page, AttNumber number) |
| 264 | { |
| 265 | page->hdr_att_high = number >> BITS_PER_LONG; |
| 266 | page->hdr_attachment_id = (ULONG) (number & MAX_ULONG); |
| 267 | } |
| 268 | |
| 269 | } // namespace |
| 270 |
no outgoing calls
no test coverage detected