Sign in
coral
/
optee-os-mtk
/
2338a97153efe0007bd01237d8e485c2a70964ca
/
.
/
lib
/
libutils
/
isoc
/
include
/
strings.h
blob: 32917c56fc5428e7b78acc57df1e42ba4d36dff5 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2019, Linaro Limited
*/
#ifndef
__STRINGS_H
#define
__STRINGS_H
int
bcmp
(
const
void
*
s1
,
const
void
*
s2
,
size_t
n
);
#endif
/*__STRINGS_H*/