15 lines
191 B
C
15 lines
191 B
C
/*
|
|
* linux/lib/string.c
|
|
*
|
|
* (C) 1991 Linus Torvalds
|
|
*/
|
|
|
|
#ifndef __GNUC__
|
|
#error I want gcc!
|
|
#endif
|
|
|
|
#define extern
|
|
#define inline
|
|
#define __LIBRARY__
|
|
#include <string.h>
|