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