libXDGdirs
v1.1.2-8-gc53e5c3
An implementation of XDG Base Directory Specification
Loading...
Searching...
No Matches
custom.c
-- POSSIBLE OUTPUT --
XDG_MUSIC_DIR: /home/user/music
#include <stdio.h>
#include <
xdgdirs.h
>
int
main
(
void
)
{
printf(
"XDG_MUSIC_DIR: %s\n"
,
xdgCustomVar
(
"MUSIC"
));
return
0;
}
xdgCustomVar
const char * xdgCustomVar(const char *custom)
User definied custom XDG variables.
main
int main()
Definition
test.c:4
xdgdirs.h
Generated by
1.9.8