bcmp.c\string\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/string/bcmp.c
blob: 87c6007ee3ccf47902a847d1496bf31508222cef (plain) (blame)
1
2
3
4
5
6
7
8
#define _BSD_SOURCE
#include <string.h>
#include <strings.h>
int bcmp(const void *s1, const void *s2, size_t n)
{
	return memcmp(s1, s2, n);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 09:00:17 +0000

AltStyle によって変換されたページ (->オリジナル) /