]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - lib/ext2fs/inline.c
Many files:
[thirdparty/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/fs.h>
21 #include <linux/ext2_fs.h>
22
23 #define INCLUDE_INLINE_FUNCS
24
25 #include "ext2fs.h"
26