string.h 180 字节
Newer Older
1 2 3
#ifndef ___ASM_SPARC_STRING_H
#define ___ASM_SPARC_STRING_H
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm/string_64.h>
5
#else
6
#include <asm/string_32.h>
7 8
#endif
#endif