1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
Version 4 (modified by ktietz70, 3 years ago)

--

Internal CRT component reference

The w64crt consists of the following functional groups

  • ASCII, Multibyte, and Wide-Character string functions
  • Basic failure reporting
  • Basic file I/O
  • Console I/O
  • Debugging facilities
  • Exception handling
  • Heap management functions
  • Locale based character support
  • Math for floating point types
  • Math for integer scalar types
  • Memory manipulation functions
  • Set-jump and Long-Jump support (SjLj?)
  • Startup code
  • Stream I/O
  • Signaling and signal handling
  • Sorting and searching functions
  • Thread Local Storage (TLS) and Fiber Local Storage (FLS)
  • Threading and processes
  • Time/Date functions

Back to the libw64crt documentation