From 1513ff9b7899ab588401c89db0e99903dbf5f886 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 28 Nov 1994 11:59:19 +0000 Subject: Import of Linus's Linux 1.1.68 --- lib/string.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/string.c (limited to 'lib/string.c') diff --git a/lib/string.c b/lib/string.c new file mode 100644 index 000000000..8c69ff0c3 --- /dev/null +++ b/lib/string.c @@ -0,0 +1,11 @@ +/* + * linux/lib/string.c + * + * Copyright (C) 1991, 1992 Linus Torvalds + */ + +#include + +/* all the actual functions should be inline anyway, so.. */ + +char * ___strtok = NULL; -- cgit v1.2.3