notes: count words in notes during artifact parsing

This commit is contained in:
William Casarin
2023-06-01 11:45:04 -07:00
parent fe077fa5c2
commit 6ca9bda01e
6 changed files with 28 additions and 13 deletions

View File

@@ -46,6 +46,7 @@ typedef struct note_block {
} block_t;
typedef struct note_blocks {
int words;
int num_blocks;
struct note_block *blocks;
} blocks_t;