Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
emutools_buildinfo.c File Reference
#include "xemu/emutools_basicdefs.h"
Include dependency graph for emutools_buildinfo.c:

Go to the source code of this file.

Functions

int xemu_is_official_build (void)
 
void xemu_dump_version (FILE *fp, const char *slogan)
 

Variables

const char XEMU_BUILDINFO_CC [] = CC_TYPE " " __VERSION__ " " ARCH_BITS_AS_TEXT ENDIAN_NAME
 
const char emulators_disclaimer []
 

Function Documentation

◆ xemu_dump_version()

void xemu_dump_version ( FILE *  fp,
const char *  slogan 
)

Definition at line 45 of file emutools_buildinfo.c.

Here is the caller graph for this function:

◆ xemu_is_official_build()

int xemu_is_official_build ( void  )

Definition at line 33 of file emutools_buildinfo.c.

Here is the caller graph for this function:

Variable Documentation

◆ emulators_disclaimer

const char emulators_disclaimer[]
Initial value:
=
"LICENSE: Copyright (C)" COPYRIGHT_YEARS " Gábor Lénárt (aka LGB) lgb@lgb.hu http://lgb.hu/" NL
"LICENSE: This software is a GNU/GPL version 2 (or later) software." NL
"LICENSE: <http://gnu.org/licenses/gpl.html>" NL
"LICENSE: This is free software; you are free to change and redistribute it." NL
"LICENSE: There is NO WARRANTY, to the extent permitted by law." NL

Definition at line 25 of file emutools_buildinfo.c.

◆ XEMU_BUILDINFO_CC

const char XEMU_BUILDINFO_CC[] = CC_TYPE " " __VERSION__ " " ARCH_BITS_AS_TEXT ENDIAN_NAME

Definition at line 23 of file emutools_buildinfo.c.

COPYRIGHT_YEARS
#define COPYRIGHT_YEARS
Definition: emutools_basicdefs.h:24
NL
#define NL
Definition: fat32.c:37