fix bug when appending to env var
fix bug not following spec
fix license issue
Return directories following the XDG Base Directory Specification. Supports configuration, data, state, cache, and runtime directories. Properly handles the fallback directories in the event that none of the supported environment variables are set.
See xdgbasedir.h
for more information.
This repo is part of the Smol C Libs project.
The upstream URL of this project is https://git.sr.ht/~nytpu/xdgbasedir.c. Send suggestions, bugs, patches, and other contributions to ~nytpu/public-inbox@lists.sr.ht. For help sending a patch through email, see https://git-send-email.io. You can browse the list archives at https://lists.sr.ht/~nytpu/public-inbox.
Copyright (C) 2021 nytpu <alex [at] nytpu.com>.
Licensed under the terms of the Mozilla Public License, version 2.0. You can view a copy of the MPL in LICENSE or at https://mozilla.org/MPL/2.0.
The source code conforms to ISO/IEC 9899:1999 ("ISO C99") in all cases where said standard is applicable.