offsets.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/*
3 * This file is part of the libpagemaker project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef __LIBPAGEMAKER_OFFSETS_H__
11#define __LIBPAGEMAKER_OFFSETS_H__
12
13const unsigned TABLE_OF_CONTENTS_OFFSET_OFFSET = 0x30;
14const unsigned TABLE_OF_CONTENTS_LENGTH_OFFSET = 0x2E;
15const unsigned ENDIANNESS_MARKER_OFFSET = 0x06;
16
17#endif /* __LIBPAGEMAKER_OFFSETS_H__ */
18
19/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
const unsigned TABLE_OF_CONTENTS_LENGTH_OFFSET
Definition: offsets.h:14
const unsigned TABLE_OF_CONTENTS_OFFSET_OFFSET
Definition: offsets.h:13
const unsigned ENDIANNESS_MARKER_OFFSET
Definition: offsets.h:15

Generated for libpagemaker by doxygen 1.9.6