|
|
|
|
|
by ComputerGuru
1193 days ago
|
|
> a good conjecture is that n is the length of arr As an old osdev currently enjoying using rust instead, I would say I wish. N might be the length of arr. it might also correspond to the number of elements of (implicit) type t that would fit in the unsigned char array arr. It might be the length of the array minus space for a trailing char (either minus one or minus sizeof(char) bytes). Or it could be the size plus one, because why not. |
|