https://github.com/torvalds/linux
Raw File
Tip revision: a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6 authored by Linus Torvalds on 12 May 2024, 21:12:29 UTC
Linux 6.9
Tip revision: a38297e
string.h
#ifndef __ASM_GENERIC_STRING_H
#define __ASM_GENERIC_STRING_H
/*
 * The kernel provides all required functions in lib/string.c
 *
 * Architectures probably want to provide at least their own optimized
 * memcpy and memset functions though.
 */

#endif /* __ASM_GENERIC_STRING_H */
back to top