C++程序  |  11行  |  160 B

#pragma once

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

#include <string.h>