Move all application development and build related samples into one folder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
164 B
C
13 lines
164 B
C
/*
|
|
* Copyright (c) 2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _MYLIB_H_
|
|
#define _MYLIB_H_
|
|
|
|
int mylib_hello_world(void);
|
|
|
|
#endif
|