]> git.mdlowis.com Git - proto/labwc.git/commit
string-helpers.c: add str_starts_with()
authorJohan Malm <jgm323@gmail.com>
Tue, 20 Aug 2024 16:59:46 +0000 (17:59 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 18 Dec 2024 18:32:25 +0000 (18:32 +0000)
commit2446c46069d9c2f5f62f7d0a8ddcac3a2f0b549e
tree6d14eaa7db1c061a67c746350de1af7cd673f418
parent5db953aa899609af7d634491bade5418aa351262
string-helpers.c: add str_starts_with()
include/common/string-helpers.h
src/common/string-helpers.c
src/menu/menu.c
t/meson.build
t/str.c [new file with mode: 0644]