Files
MontaukOS/template/sysroot/include/libc/memory.h
T

10 lines
148 B
C

#ifndef _LIBC_MEMORY_H
#define _LIBC_MEMORY_H
#pragma once
/* Traditional alias for string.h. */
#include <string.h>
#endif /* _LIBC_MEMORY_H */