1 /* pixtest.c: Basic test for libpixman
3 * Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
4 * You may freely use, modify and/or distribute this file.
10 int main (int argc
, char **argv
)
12 printf ("%s: Compiled with pixman version %s; using %s\n",
13 argv
[0], PIXMAN_VERSION_STRING
, pixman_version_string ());