blob: c2baef6ebb147f0cf0ab7e8182586025f78171b0 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#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 Hughes6f1b7a62013-02-22 11:11:48 -080010#include <string.h>