home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / ext2tool.exe / EXT2FS / INLINE.C < prev    next >
C/C++ Source or Header  |  1995-05-10  |  592b  |  27 lines

  1. /*
  2.  * inline.c --- Includes the inlined functions defined in the header
  3.  *     files as standalone functions, in case the application program
  4.  *     is compiled with inlining turned off.
  5.  * 
  6.  * Copyright (C) 1993 Theodore Ts'o.  This file may be redistributed
  7.  * under the terms of the GNU Public License.
  8.  */
  9.  
  10.  
  11. #include <stdio.h>
  12. #include <string.h>
  13. #include <unistd.h>
  14. #include <stdlib.h>
  15. #include <fcntl.h>
  16. #include <time.h>
  17. #include <errno.h>
  18. #include <sys/stat.h>
  19. #include <sys/types.h>
  20.  
  21. #include <linux/ext2_fs.h>
  22.  
  23. #define INCLUDE_INLINE_FUNCS
  24.  
  25. #include "ext2fs.h"
  26.  
  27.