blob: 4f4722f771fbc42a12e6e49b85614ef3b2203892 [file] [log] [blame]
/*
* linux/lib/string.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#ifndef __GNUC__
#error I want gcc!
#endif
#include <linux/types.h>
#define extern
#define inline
#define __LIBRARY__
#include <linux/string.h>