Initial Release
This commit is contained in:
15
cmake/build_variants/other.c
Normal file
15
cmake/build_variants/other.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "other.h"
|
||||
|
||||
void do_other() {
|
||||
printf("The common thing is %d\n",
|
||||
A_DEFINE_THAT_IS_SHARED);
|
||||
printf("The binary local thing is %d\n",
|
||||
A_DEFINE_THAT_IS_NOT_SHARED);
|
||||
}
|
||||
Reference in New Issue
Block a user