11 lines
160 B
C
11 lines
160 B
C
#pragma once
|
|
|
|
/**
|
|
* @file memory.h
|
|
* @brief Historical alternative to `<string.h>`.
|
|
*
|
|
* New code should use `<string.h>` directly.
|
|
*/
|
|
|
|
#include <string.h>
|