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.
- Host: GitHub
- URL: https://github.com/ae2f/sys
- Owner: ae2f
- Created: 2025-09-20T05:01:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T15:31:32.000Z (6 months ago)
- Last Synced: 2025-10-03T17:49:15.692Z (6 months ago)
- Topics: c, userspace-libraries
- Language: CMake
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`