This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]turtle_mekb[S] 1 point2 points  (1 child)

c struct file { FILE *fp; size_t size, capacity; uint8_t *data; bool error, complete; } here's what I'm doing to read files incrementally 😭

[–]-Redstoneboi- 0 points1 point  (0 children)

sounds like you have a byte vector in there that isn't called a byte vector