Whamcloud - gitweb
599fceb1fb16e28826533c98b78923107a938638
[tools/e2fsprogs.git] / lib / ext2fs / inline.c
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 <sys/stat.h>
18 #include <sys/types.h>
19
20 #include <linux/ext2_fs.h>
21
22 #define INCLUDE_INLINE_FUNCS
23
24 #include "ext2fs.h"
25