This code sits in lib/sysdep//* and implements different lib/ APIs as neccessary. Most of the low-level code is built around our [wiki:POSIX_Definitions POSIX layer], which is made so that in most cases Linux APIs can be used out-of-the-box. == Windows == * Windows AIO ([wiki:waio]) * Debugging ([wiki:wdbg]) * SDL ([wiki:wsdl]) * [wiki:MSVCRT_Is_Broken Microsoft CRT Workarounds] * ...... and more == Linux == * Debugging ([wiki:udbg]) * [wiki:X11_Clipboard X11 Clipboard] * [wiki:FAM_Directory_Watcher FAM Directory Watcher]