source: azure_iot_hub_riscv/trunk/azure_iot_sdk/c-utility/inc/azure_c_shared_utility/string_tokenizer_types.h@ 453

Last change on this file since 453 was 453, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 388 bytes
Line 
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4#ifndef STRING_TOKENIZER_TYPES_H
5#define STRING_TOKENIZER_TYPES_H
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
12 typedef struct STRING_TOKEN_TAG* STRING_TOKENIZER_HANDLE;
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /*STRING_TOKENIZER_TYPES_H*/
Note: See TracBrowser for help on using the repository browser.