diff options
author | andre <andre@FreeBSD.org> | 2005-08-25 18:26:58 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2005-08-25 18:26:58 +0000 |
commit | 45fd598f4942e0ea7d9bb2098d535eb046cfc00c (patch) | |
tree | 2f1fcdc8a52ba5e5b1514b1acb657de861faeded /sys/libkern/ashldi3.c | |
parent | 07a0e1e154365c2461f41a99ec29ae4aa16d3905 (diff) | |
download | FreeBSD-src-45fd598f4942e0ea7d9bb2098d535eb046cfc00c.zip FreeBSD-src-45fd598f4942e0ea7d9bb2098d535eb046cfc00c.tar.gz |
Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
Diffstat (limited to 'sys/libkern/ashldi3.c')
0 files changed, 0 insertions, 0 deletions