]> git.ipfire.org Git - people/ms/pakfire.git/commit - .gitignore
path: Add a simple path library to normalize paths
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2023 13:22:46 +0000 (13:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2023 13:22:46 +0000 (13:22 +0000)
commit397a600e0b47530d8a7a05789b3e71acd8e5ad69
treeb21c5efad482d0e94bf1b329435410029d8b1d11
parent53a87249254fe79748464bf68a85f6ff7513e4c7
path: Add a simple path library to normalize paths

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
.gitignore
Makefile.am
src/libpakfire/include/pakfire/path.h [new file with mode: 0644]
src/libpakfire/path.c [new file with mode: 0644]
tests/libpakfire/path.c [new file with mode: 0644]