File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -103,23 +103,6 @@ extern "C" {
103103
104104// Termination values for regular and wide strings
105105
106- /* *
107- * @brief Null-terminated character for C strings.
108- *
109- * This is used to mark the end of a C string (regular strings).
110- * It is commonly used to indicate the end of an array of characters in C.
111- * It is equivalent to the null character `'\0'`.
112- */
113- #define cterminator ' \0 '
114-
115- /* *
116- * @brief Null-terminated wide-character for wide strings.
117- *
118- * This is used to mark the end of a wide-character string (`wchar_t` arrays).
119- * It is equivalent to the wide null character `L'\0'`.
120- */
121- #define wterminator L' \0 '
122-
123106/* *
124107 * @brief Null-terminated character for C strings.
125108 *
You can’t perform that action at this time.
0 commit comments