libXDGdirs
v1.1.2-8-gc53e5c3
An implementation of XDG Base Directory Specification
Loading...
Searching...
No Matches
ver.c
Go to the documentation of this file.
1
10
#include <stdio.h>
11
#include <
xdgdirs.h
>
12
13
int
main
()
14
{
15
puts(
XDGDIRS_VER
);
16
puts(
XDGBDS_VER
);
17
return
0;
18
}
main
int main()
Definition
test.c:4
xdgdirs.h
XDGDIRS_VER
#define XDGDIRS_VER
Version of libXDGdirs.
Definition
xdgdirs.h:19
XDGBDS_VER
#define XDGBDS_VER
Version of XDG Base Directory specification implemented in this library.
Definition
xdgdirs.h:22
examples
ver.c
Generated by
1.9.8