Files
2026-03-24 22:22:37 +00:00

21 lines
645 B
C
Vendored

/* Zeta API - Z/formats/data_model/LLP64.h
______ ______________ ___
|__ / | ___|___ ___|/ \
/ /__| __| | | / - \
/______|_____| |__| /__/ \__\
Copyright (C) 2006-2024 Manuel Sainz de Baranda y Goñi.
Released under the terms of the GNU Lesser General Public License v3. */
#ifndef Z_formats_data_model_LLP64_H
#define Z_formats_data_model_LLP64_H
#define Z_LLP64_WIDTH_CHAR 8
#define Z_LLP64_WIDTH_SHORT 16
#define Z_LLP64_WIDTH_INT 32
#define Z_LLP64_WIDTH_LONG 32
#define Z_LLP64_WIDTH_LLONG 64
#define Z_LLP64_WIDTH_SIZE 64
#define Z_LLP64_WIDTH_POINTER 64
#endif /* Z_formats_data_model_LLP64_H */