c_util
C utility library for low-level programming
Loading...
Searching...
No Matches
core_string_internal_data.h File Reference

core_string_tの内部実装に関する構造体定義(非公開ヘッダ) More...

#include <stdint.h>

Go to the source code of this file.

Classes

struct  core_string_internal_data_t
 core_string_tの内部構造体。文字列バッファとメタ情報を保持する。 More...
 

Typedefs

typedef struct core_string_internal_data_t core_string_internal_data_t
 

Detailed Description

core_string_tの内部実装に関する構造体定義(非公開ヘッダ)

このヘッダファイルは、core_stringモジュール内部で使用される core_string_internal_data_t構造体を定義する。 API利用者がこのヘッダを直接インクルードする必要はない。

Note
内部用ヘッダであり、公開インターフェースでは使用しないこと。

Typedef Documentation

◆ core_string_internal_data_t

typedef struct core_string_internal_data_t core_string_internal_data_t