| Elliott Hughes | 462e90c | 2018-08-21 16:10:48 -0700 | [diff] [blame] | 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 | |||||
| Elliott Hughes | 6f1b7a6 | 2013-02-22 11:11:48 -0800 | [diff] [blame] | 10 | #include <string.h> |