git-svn-id: svn://svn.valgrind.org/vex/trunk@1909
/* --------- Initialise the library. --------- */
-/* Exported to library client. */
-
-const HChar* LibVEX_Version ( void )
-{
-return
-#include "main_vex_svnversion.h"
- ;
-}
-
-
/* Exported to library client. */
void LibVEX_default_VexControl ( /*OUT*/ VexControl* vcon )
void LibVEX_default_VexControl ( /*OUT*/ VexControl* vcon );
-/*-------------------------------------------------------*/
-/*--- Version information ---*/
-/*-------------------------------------------------------*/
-
-/* Returns the Vex SVN version, as a statically allocated string. */
-
-extern const HChar* LibVEX_Version ( void );
-
-
/*-------------------------------------------------------*/
/*--- Storage management control ---*/
/*-------------------------------------------------------*/