Defines | Functions

version.c File Reference

Include dependency graph for version.c:

Defines

#define DECLARE_VLC_VERSION(func, var)

Functions

const char * VLC_CompileBy (void)
const char * VLC_CompileHost (void)
const char * VLC_Compiler (void)

Define Documentation

#define DECLARE_VLC_VERSION (   func,
  var 
)
Value:
const char * VLC_##func ( void )                                            \
{                                                                           \
    return VLC_##var ;                                                      \
}

Function Documentation

const char* VLC_CompileBy ( void   ) 

Referenced by Version().

const char* VLC_CompileHost ( void   ) 

Referenced by Version().

const char* VLC_Compiler ( void   ) 

Referenced by Version().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines