libXDGdirs v1.1.2-8-gc53e5c3
An implementation of XDG Base Directory Specification
Loading...
Searching...
No Matches
custom.c
Go to the documentation of this file.
1
9#include <stdio.h>
10#include <xdgdirs.h>
11
12int main(void)
13{
14 printf("XDG_MUSIC_DIR: %s\n", xdgCustomVar("MUSIC"));
15 return 0;
16}
const char * xdgCustomVar(const char *custom)
User definied custom XDG variables.
int main()
Definition test.c:4