Locale-c-api.h 190 B

1234567891011121314
  1. #pragma once
  2. #if defined(__cplusplus)
  3. extern "C"
  4. {
  5. #endif
  6. void UnityPalLocaleInitialize();
  7. void UnityPalLocaleUnInitialize();
  8. char* UnityPalGetLocale();
  9. #if defined(__cplusplus)
  10. }
  11. #endif