1 2 3 4 5 6 7 8 9
#!/usr/bin/tcc -run #include "version.h" #include <stdio.h> int main(void) { puts(FMPLAYER_VERSION_STR); return 0; }