]> git.mdlowis.com Git - proto/labwc.git/commit
common: use fnmatch() for pattern matching
authorConsus <consus@ftml.net>
Sun, 1 Oct 2023 11:39:47 +0000 (14:39 +0300)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 1 Oct 2023 13:17:29 +0000 (14:17 +0100)
commit3e5b988d38a55f40ad90e56d1f3e9b084c3f792e
treee30b78696b2d606732e135d010a224f0e59bfb7a
parente86441919428602774e4866119bb57d1f6d34dcc
common: use fnmatch() for pattern matching

Drop-in POSIX-compliant function that has a nice glob(7) manual page for
reference.
include/common/match.h
src/common/match.c