We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a285ffa commit 0c1871fCopy full SHA for 0c1871f
lang/cpp26/embed.md
@@ -63,7 +63,7 @@ int main() {
63
- `limit(1024)`では、読み込むバイトサイズを1024byteに制限する。もしファイルサイズが1024byteよりも大きければ、最初の1024バイトのみが読み込まれる。
64
- `prefix(0x01, 0x02, 0x03)`では、`data.bin`の内容の前に`0x01 0x02 0x03`のバイト列を追加している。
65
- `suffix(0xFE, 0xFF)`では、`data.bin`の内容のあとに`0xFE 0xFF`のバイト列を追加している。
66
-- `if_empty(0x00)`では、`data.bin`がからであった場合、`0x00`のバイト列を格納している。
+- `if_empty(0x00)`では、`data.bin`が空であった場合、`0x00`のバイト列を格納している。
67
68
また、`#embed`ディレクティブは、複数のパラメータを**順不同**で組み合わせて指定することもできる。
69
0 commit comments