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

21 lines
645 B
C
Vendored

/* Zeta API - Z/formats/data_model/ILP64.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_ILP64_H
#define Z_formats_data_model_ILP64_H
#define Z_ILP64_WIDTH_CHAR 8
#define Z_ILP64_WIDTH_SHORT 16
#define Z_ILP64_WIDTH_INT 64
#define Z_ILP64_WIDTH_LONG 64
#define Z_ILP64_WIDTH_LLONG 64
#define Z_ILP64_WIDTH_SIZE 64
#define Z_ILP64_WIDTH_POINTER 64
#endif /* Z_formats_data_model_ILP64_H */