adds one more link to "How to get a pointer" doc

This commit is contained in:
Marcin Czenko 2025-06-30 16:08:14 +02:00
parent 13c6ff76e8
commit f8100811ac
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -18,4 +18,4 @@ sha256Update(ctx, str.cstring, input[i].len.uint)
```
Here we use `sha256Update` from [[BearSSL]] library. See [[BearSSL hashing]] for more complete examples.
See also [Accessing seq pointer](https://forum.nim-lang.org/t/1489) and [Use cstring for C binding](https://forum.nim-lang.org/t/8179) on Nim forum.
See also [Accessing seq pointer](https://forum.nim-lang.org/t/1489), [Use cstring for C binding](https://forum.nim-lang.org/t/8179), and [Arrays and Sequences in nim](https://forum.nim-lang.org/t/5703) on Nim forum.