chiark / gitweb /
chain.c (compare_words): Receive separate pointer and length arguments.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Mar 2025 20:33:52 +0000 (21:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Mar 2025 21:48:44 +0000 (22:48 +0100)
commit5bae2a13df4265effc536a794363020866819c67
treed9d46701784b951b7ccaff7d1382382be0d69ffd
parent9b1377af36b6848343812e24a41c4e12082d251c
chain.c (compare_words): Receive separate pointer and length arguments.

This means that we don't have to represent the key as a literal `struct
word' if that's inconvenient.
chain.c