zephyr/tests/application_development/code_relocation/test_lib/test_lib.h

9 lines
160 B
C

/*
* Copyright 2022 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/* External library function, called from test_file1.c */
void relocated_library(void);