Files
oldlinux-files/kernel/0.1x/linux-0.10/lib/string.c
2024-02-19 00:24:53 -05:00

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>