12 lines
165 B
C++
12 lines
165 B
C++
|
/*
|
||
|
* Copyright (c) 2019 Oticon A/S
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <ztest.h>
|
||
|
#include <sys/util.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "test.inc"
|