~nytpu/xdgbasedir.c

Two-File C99 Library to Find XDG Base Directories
fix bug when appending to env var
fix bug not following spec
fix license issue

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nytpu/xdgbasedir.c
read/write
git@git.sr.ht:~nytpu/xdgbasedir.c

You can also use your local clone with git send-email.

#xdgbasedir.c — Two-File Library to Find XDG Base Directories

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.

version: 1.1.2 license: MPL-2.0

#Requirements

  • C compiler and libc supporting the C99 standard.

#Contributing

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.

#Standards

The source code conforms to ISO/IEC 9899:1999 ("ISO C99") in all cases where said standard is applicable.