ORIGINAL
Loading...
Searching...
No Matches
config.h File Reference

Platform-independent integer type definitions. More...

#include "cstdint"
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  original
 Main namespace for the project Original.
 

Typedefs

using original::integer = std::int64_t
 64-bit signed integer type for arithmetic operations
 
using original::u_integer = std::uint32_t
 32-bit unsigned integer type for sizes/indexes
 

Detailed Description

Platform-independent integer type definitions.

Provides unified integer type aliases for cross-platform consistency. Ensures fixed-width integer usage throughout the codebase.