1 2 3 4 5 6 7 8 9 10
#pragma once /** * @file memory.h * @brief Historical alternative to `<string.h>`. * * New code should use `<string.h>` directly. */ #include <string.h>