WinTer 0.1.1
Windows Terminal Emulator
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Logging Subsystem
 Compile-Time Context DetectionMacros that identify the compiler, OS, architecture, endianness, C standard, and build configuration at preprocessing time
 Linkage & VisibilityMacros for exporting shared library symbols and forcing internal linkage
 Utility Math & HelpersQuality-of-life macros for strings, pointers, and math
 Memory AlignmentFast, bitwise macros for aligning pointers and sizes to powers of 2
 Memory SafetyWrappers around string.h functions that force sizeof() safety
 Intrusive Linked ListsZero-allocation macros for pushing/popping nodes in intrusive linked lists
 Debugging & ContextAssertions and context printing utilities
 Sized String Types
 String Macros
 String Operations
 Fixed-Width IntegersStandardized shorthand for signed and unsigned integers
 Size and Pointer TypesTypes for memory sizing and pointer arithmetic
 Floating-Point TypesShorthand aliases for floating point numbers
 Utility TypesShorthand for common C idioms (strings, bytes, booleans)
 Memory Size ConstantsMacros for cleanly defining byte allocations
 Generic Allocator Interface
 Arena Allocator
 OS Virtual MemoryLow-level OS page reservation, commitment, decommitment, and release
 Pseudo Console IntegrationCore structures and routines for terminal shell bridging via Windows ConPTY