]> sigrok.org Git - sigrok-cli.git/commit
HACKING: catch up with libsigrok docs (mem alloc, var decl)
authorfenugrec <redacted>
Sat, 3 Dec 2022 02:52:00 +0000 (21:52 -0500)
committerGerhard Sittig <redacted>
Sun, 19 Feb 2023 12:50:23 +0000 (13:50 +0100)
commit527dd7262e49dd051ff554401f9cb21c2c9006dd
tree878a76091ae6483b0297421ec174e0a111ca4db9
parent394fd9b7a456f16c7ac15f41b0e29081f1d951f8
HACKING: catch up with libsigrok docs (mem alloc, var decl)

Bring the "Random notes" section closer to the libsigrok documentation.
Adjust the discussion of memory allocation. Prefer variable declaration
at the start of routines, and separate them from value assignments.
HACKING