https://github.com/torvalds/linux
Raw File
Tip revision: 317ddd256b9c24b0d78fa8018f80f1e495481a10 authored by Linus Torvalds on 09 June 2013, 00:41:04 UTC
Linux 3.10-rc5
Tip revision: 317ddd2
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