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
12
int
main
(
void
)
13
{
14
printf(
"XDG_MUSIC_DIR: %s\n"
,
xdgCustomVar
(
"MUSIC"
));
15
return
0;
16
}
xdgCustomVar
const char * xdgCustomVar(const char *custom)
User definied custom XDG variables.
main
int main()
Definition
test.c:4
xdgdirs.h
examples
custom.c
Generated by
1.9.8