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 
10 #include <string.h>
11