- //
- // Copyright (c) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
- //
- #ifndef PAL_SRC_CRUNTIME_RUNTIME_PROXY_H
- #define PAL_SRC_CRUNTIME_RUNTIME_PROXY_H
- int proxy_iswprint(char16_t c);
- int proxy_iswspace(char16_t c);
- #endif // PAL_SRC_CRUNTIME_RUNTIME_PROXY_H
|