// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef STRINGS_TYPES_H #define STRINGS_TYPES_H #ifdef __cplusplus extern "C" { #endif typedef struct STRING_TAG* STRING_HANDLE; #ifdef __cplusplus } #endif #endif /*STRINGS_TYPES_H*/