root/lib/string.c

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

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