On Wed, Apr 10, 2024 at 1:47 AM Thalia Archibald <thalia@xxxxxxxxxxxxx> wrote: > strchrnul does what I want here and I’ve replaced it with that. `strchrnul` is a GNU extension (found on a lot of systems, but not part of C90 or C99). Chris
On Wed, Apr 10, 2024 at 1:47 AM Thalia Archibald <thalia@xxxxxxxxxxxxx> wrote: > strchrnul does what I want here and I’ve replaced it with that. `strchrnul` is a GNU extension (found on a lot of systems, but not part of C90 or C99). Chris