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 #include <linux/string.h>
   8 
   9 /* all the actual functions should be inline anyway, so.. */
  10 
  11 char * ___strtok = NULL;

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