• →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.1 Utilities

2.1 UtilitiesΒΆ

  • 2.1.1 Attributes
    • ZIX_ALLOCATED
    • ZIX_ALLOC_COUNT_SIZE()
    • ZIX_ALLOC_SIZE()
    • ZIX_ALWAYS_INLINE_FUNC
    • ZIX_CONST_FUNC
    • ZIX_LOG_FUNC()
    • ZIX_MALLOC_FUNC
    • ZIX_NODISCARD
    • ZIX_NONBLOCKING
    • ZIX_NONNULL
    • ZIX_NULLABLE
    • ZIX_PURE_FUNC
    • ZIX_REALTIME
    • ZIX_UNSPECIFIED
    • ZIX_UNUSED()
  • 2.1.2 Status Codes
    • ZixStatus
      • ZIX_STATUS_SUCCESS
      • ZIX_STATUS_ERROR
      • ZIX_STATUS_NO_MEM
      • ZIX_STATUS_NOT_FOUND
      • ZIX_STATUS_EXISTS
      • ZIX_STATUS_BAD_ARG
      • ZIX_STATUS_BAD_PERMS
      • ZIX_STATUS_REACHED_END
      • ZIX_STATUS_TIMEOUT
      • ZIX_STATUS_OVERFLOW
      • ZIX_STATUS_NOT_SUPPORTED
      • ZIX_STATUS_UNAVAILABLE
      • ZIX_STATUS_NO_SPACE
      • ZIX_STATUS_MAX_LINKS
    • zix_strerror()
  • 2.1.3 String View
    • ZIX_STATIC_STRING()
    • ZixStringView
      • data
      • length
    • zix_empty_string()
    • zix_string()
    • zix_string_view_copy()
    • zix_string_view_equals()
    • zix_substring()
Copyright 2011-2025, David Robillard. Generated for Zix 0.8.0 using Sphinx 9.1.0.
  • →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.1 Utilities