[openssl-project] Style guide updates
Matt Caswell
matt at openssl.org
Fri Jan 26 17:05:06 UTC 2018
On 26/01/18 17:03, Richard Levitte wrote:
> In message <c20f5fd4-1c85-c96b-42e7-e2a84e411bd7 at openssl.org> on Fri, 26 Jan 2018 14:06:27 +0000, Matt Caswell <matt at openssl.org> said:
>
> matt> - Use size_t for sizes of things
>
> ... and, it seems, as array index.
>
Yes - because an array index is bounded by the size of the array, which
would be defined by a size_t.
Matt
More information about the openssl-project
mailing list