Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
memory.h
blob: c2baef6ebb147f0cf0ab7e8182586025f78171b0 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file memory.h
5
* @brief Historical alternative to `<string.h>`.
6
*
7
* New code should use `<string.h>` directly.
8
*/
9
Elliott Hughes
6f1b7a6
2013-02-22 11:11:48 -0800
[
diff
] [
blame
]
10
#include
<string.h>