Hacker News new | ask | show | jobs
by shitgoose 3254 days ago
shouldn't it be:

* (a + b * sizeof(T))

where T is array elements' type?

1 comments

That's implied in + on a pointer. uint32_t* + 1 actually adds 4.