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
13int main()
14{
15 puts(XDGDIRS_VER);
16 puts(XDGBDS_VER);
17 return 0;
18}
int main()
Definition test.c:4
#define XDGDIRS_VER
Version of libXDGdirs.
Definition xdgdirs.h:19
#define XDGBDS_VER
Version of XDG Base Directory specification implemented in this library.
Definition xdgdirs.h:22