Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
memset_s
consistent with Darwin.
Resolves [issue#51](#51). In Swift 5.3, a warning is viewed on Linux because `memset_s` implemented in this module returns `Void`. This commit let the function return the same type with Darwin.
- Loading branch information