Files
graphene/Pal/lib/stdlib
Michał Kowalczyk a90a87d519 [Pal] Clean up *printf formatting utilities
- ifdefs for 32-bit x86 were removed, as they seem to actually break
  %ll* on 32-bit instead of fixing it
- Two helper functions were modified to support weird `va_list`
  definitions (e.g. as an array, as it is on GCC for PPC64).
2020-05-21 22:11:29 +02:00
..