Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 788 Bytes

Readme.md

File metadata and controls

27 lines (17 loc) · 788 Bytes

Reference implementation for proposed extensions to standard C signals handling

(C) 2024 Niall Douglas http://www.nedproductions.biz/

CI: CI

Can be configured to be a standard library implementation for your standard C library runtime. Licensed permissively.

Example of use

todo

Supported targets

This library should work well on any POSIX implementation, as well as Microsoft Windows. You will need a minimum of C 11 in your toolchain. Every architecture supporting C 11 atomics should work.

Current CI test targets:

  • Ubuntu Linux, x64.
  • Mac OS, AArch64.
  • Microsoft Windows, x64.