An open API service indexing awesome lists of open source software.

https://github.com/ae2f/sys

Unified implementation utilities for Windows/Linux/Posix, uses posix for fallback.
https://github.com/ae2f/sys

c userspace-libraries

Last synced: 6 months ago
JSON representation

Unified implementation utilities for Windows/Linux/Posix, uses posix for fallback.

Awesome Lists containing this project

README

          

# ae2f::Sys
> Unified implementation utilities for various OS.
> This uses posix for fallback.

# Dependency
- cmake >= 3.10
- C >= 90
- C++ >= 98

# Preprocessor check
- `_WIN64 (aka _WIN)`
- `_WIN32 (aka _WIN)`
- `__APPLE__`
- `__linux`
- `__unix`
- `__posix`