Private
Public Access
2
0
Files
mraa/include/version.h
Björn Esser aaa0a5cd4e include: Declare gVERSION global as 'extern'.
Fixes build with '-fno-common'.

Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
2021-06-29 12:06:41 -07:00

20 lines
286 B
C

/*
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
* Copyright (c) 2014 Intel Corporation.
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern const char* gVERSION;
extern const char* gVERSION_SHORT;
#ifdef __cplusplus
}
#endif