Skip to content

Commit

Permalink
GLOBAL_DEFINED_WORDS: 「ヌル終端」の解説の文字列リテラルを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Dec 26, 2024
1 parent 911478d commit 2d8efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLOBAL_DEFINED_WORDS.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@
},
"ヌル終端": {
"yomi": "ぬるしゅうたん",
"desc": "null-terminated。文字列においてヌル文字 '\0' を用いてその終端を表すこと。ヌル文字自体は文字列に含まない。広義には線形データ構造においてヌルまたは値 0 を番兵としてその終わりを示すこと"
"desc": "null-terminated。文字列においてヌル文字 '\\0' を用いてその終端を表すこと。ヌル文字自体は文字列に含まない。広義には線形データ構造においてヌルまたは値 0 を番兵としてその終わりを示すこと"
}
}

0 comments on commit 2d8efa3

Please sign in to comment.