home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.0 / LINUX-1.0 / LINUX-1 / linux / lib / string.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-01  |  225 b   |  17 lines

  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>
  17.