parent
943e594904
commit
9b2b315919
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* linux/lib/string.c
|
||||
*
|
||||
* (C) 1991 Linus Torvalds
|
||||
*/
|
||||
|
||||
#ifndef __GNUC__
|
||||
#error I want gcc!
|
||||
#endif
|
||||
|
||||
#define extern
|
||||
#define inline
|
||||
#define __LIBRARY__
|
||||
#include <string.h>
|
Loading…
Reference in new issue