j
k
j a
j l
Since this isn't in a hot path, let's dynamically allocate `valueW`.
Done.
Also note for future reference `ARRAY_SIZE(array)` instead of `sizeof(array) / sizeof(array[0])`.
Ah, yes. Thanks!
Back to the thread
Back to the list