awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesNegative Error Code Returns

Returning negative integer constants from every function call for callers to map to documented error names.

Distinct from Error Code to Exception Mapping: Distinct from Error Code to Exception Mapping: uses negative integer returns directly, not exception translation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Negative Error Code Returns. Refine with filters or upvote what's useful.

Awesome Negative Error Code Returns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • libusb/libusblibusb 的头像

    libusb/libusb

    6,085在 GitHub 上查看↗

    libusb is a cross-platform user-space library that provides a consistent C API for discovering, configuring, and communicating with USB devices from applications. It abstracts operating-system-specific USB driver details behind a single interface that works on Linux, macOS, Windows, and other platforms, enabling developers to write portable USB code without platform-specific knowledge. The library supports both synchronous and asynchronous I/O models for USB transfers. Synchronous operations block the calling thread until a transfer completes, offering a straightforward sequential programming

    Returns negative integer error codes from all functions, enabling callers to diagnose failures without exceptions.

    C
    在 GitHub 上查看↗6,085
  1. Home
  2. Software Engineering & Architecture
  3. Error Code to Exception Mapping
  4. Negative Error Code Returns