[funini.com] -> [kei@sodan] -> Kernel Reading

root/include/asm-parisc/string.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef _PA_STRING_H_
#define _PA_STRING_H_

#define __HAVE_ARCH_MEMSET
extern void * memset(void *, int, size_t);

#define __HAVE_ARCH_MEMCPY
void * memcpy(void * dest,const void *src,size_t count);

#endif

/* [<][>][^][v][top][bottom][index][help] */

[funini.com] -> [kei@sodan] -> Kernel Reading