Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
e29bc6ad0e84e3157e0f49130a15b278cb232c72
/
.
/
arch
/
blackfin
/
lib
/
strcmp.c
blob: 4eeefd86907f0ff460f04768b6eaf2c90b97bb52 [
file
] [
log
] [
blame
]
#include
<linux/types.h>
#define
strcmp __inline_strcmp
#include
<asm/string.h>
#undef
strcmp
int
strcmp
(
const
char
*
dest
,
const
char
*
src
)
{
return
__inline_strcmp
(
dest
,
src
);
}