Commit graph

4 commits

Author SHA1 Message Date
8a5f4e170d Add GitHub action 2023-08-25 17:38:12 -03:00
59108cc615 Improve portability / performance
* `strtonum` is unique to OpenBSD - use `strtol` instead.
* Call `strnlen` once.
* Avoid int cast.
2023-08-25 17:14:33 -03:00
7e8e312e1b Fix example 2023-08-25 16:18:35 -03:00
7c02f425c5 First commit 2023-08-25 15:57:09 -03:00