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.
2 parents 858ed7a + 1807570 commit ba97461Copy full SHA for ba97461
_parts/part3.md
@@ -44,8 +44,8 @@ That means we need to upgrade our `prepare_statement` function to parse argument
44
We store those parsed arguments into a new `Row` data structure inside the statement object:
45
46
```diff
47
-+#define COLUMN_USERNAME_SIZE = 32;
48
-+#define COLUMN_EMAIL_SIZE = 255;
++#define COLUMN_USERNAME_SIZE 32
++#define COLUMN_EMAIL_SIZE 255
49
+struct Row_t {
50
+ uint32_t id;
51
+ char username[COLUMN_USERNAME_SIZE];
0 commit comments