/* * (C) 2015 by Christian Hesse * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * * This is an example code skeleton provided by vim-skeleton. */ #include #include int main(int argc, char **argv) { /* your code goes here */ return EXIT_SUCCESS; } // vim: set syntax=c: