#!/usr/bin/tcc -run #include "version.h" #include int main(void) { puts(FMPLAYER_VERSION_STR); return 0; }