https://github.com/torvalds/linux
Raw File
Tip revision: 2bfc96a127bc1cc94d26bfaa40159966064f9c8c authored by Linus Torvalds on 29 August 2010, 15:36:04 UTC
Linux 2.6.36-rc3
Tip revision: 2bfc96a
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