runtime_proxy.h 349 B

123456789101112
  1. //
  2. // Copyright (c) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE file in the project root for full license information.
  4. //
  5. #ifndef PAL_SRC_CRUNTIME_RUNTIME_PROXY_H
  6. #define PAL_SRC_CRUNTIME_RUNTIME_PROXY_H
  7. int proxy_iswprint(char16_t c);
  8. int proxy_iswspace(char16_t c);
  9. #endif // PAL_SRC_CRUNTIME_RUNTIME_PROXY_H