add directory kernel
This commit is contained in:
14
kernel/0.95/linux-0.95/lib/string.c
Normal file
14
kernel/0.95/linux-0.95/lib/string.c
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user