bionic/libc/include/memory.h

11 lines
160 B
C
Raw Normal View History

2025-08-25 08:22:42 +08:00
#pragma once
/**
* @file memory.h
* @brief Historical alternative to `<string.h>`.
*
* New code should use `<string.h>` directly.
*/
#include <string.h>