platform_bionic/libc/include/memory.h

11 lines
160 B
C
Raw Normal View History

#pragma once
/**
* @file memory.h
* @brief Historical alternative to `<string.h>`.
*
* New code should use `<string.h>` directly.
*/
#include <string.h>