Hi,
Is this puts statement valid? ..Ive come across something alike in vlc source code ..
insert
Code:
#define VERSION abc

static void version (void)
{
    puts ("LibVLC plugins cache generation version " VERSION);
  }