Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed platform-specific include guards for improved portability. - Unified `#include <stdatomic.h>` and `#include <stdbool.h>` usage. - Simplified the header structure by maintaining essential includes. This change enhances the maintainability by eliminating redundant and conditional includes. Keeping the header cleaner makes it easier to update and less error-prone when expanding cross-platform support. 🚀
- Loading branch information