root/lib/string.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  *  linux/lib/string.c
   3  *
   4  *  Copyright (C) 1991, 1992  Linus Torvalds
   5  */
   6 
   7 #ifndef __GNUC__
   8 #error I want gcc!
   9 #endif
  10 
  11 #include <linux/types.h>
  12 
  13 #define extern
  14 #define inline
  15 #define __LIBRARY__
  16 #include <linux/string.h>

/* [previous][next][first][last][top][bottom][index][help] */