Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
Typedefs
c_types.h File Reference

This file contains type definitions. More...

#include "c_platform.h"
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Typedefs

typedef uint32_t error_type
 This is return value type of all API functions.
 
typedef int8_t boolean_type
 Boolean type supported in C.
 
typedef double real_type
 Floating point values.
 
typedef uint16_t ushort_type
 16-bit unsigned integer
 
typedef int32_t integer_type
 32-bit signed integer
 
typedef int64_t offset_type
 Offset type compatible with standard IO.
 
typedef uint32_t size_type
 Size type defined in standard library.
 
typedef int64_t bigint_type
 64-bit signed integer type
 
typedef uint64_t biguint_type
 64-bit unsigned integer type
 
typedef const char * string_type
 C-Style string.
 

Detailed Description

This file contains type definitions.