Files
swift-mirror/stdlib/public/Platform
Saleem Abdulrasool 19a0eaaa77 Windows: add conio and corecrt.conio
This adds `conio` and `corecrt.conio` modules to the ucrt modulemap to expose these interfaces to Swift.

Fixes: #63024
2023-01-30 11:43:06 -08:00
..
2022-12-22 13:41:59 -08:00

This directory holds the Swift Standard Library's Darwin and Glibc Module, comprised of

  • The overlay library, which amends some APIs imported from Clang module.
  • Glibc only: The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.

Note: On Darwin platforms, we assume clang module map is already installed in the system SDK.