blob: 3451c3534b6ef7ebe06b62c8378da7dbdf947da5 [file] [log] [blame]
Theodore Ts'o3839e651997-04-26 13:21:57 +00001/*
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 *
Theodore Ts'o19c78dc1997-04-29 16:17:09 +00006 * Copyright (C) 1993, 1994 Theodore Ts'o.
7 *
8 * %Begin-Header%
9 * This file may be redistributed under the terms of the GNU Public
10 * License.
11 * %End-Header%
Theodore Ts'o3839e651997-04-26 13:21:57 +000012 */
13
14
15#include <stdio.h>
16#include <string.h>
17#include <unistd.h>
18#include <stdlib.h>
19#include <fcntl.h>
20#include <time.h>
21#include <sys/stat.h>
22#include <sys/types.h>
23
Theodore Ts'o3839e651997-04-26 13:21:57 +000024#include <linux/ext2_fs.h>
25
26#define INCLUDE_INLINE_FUNCS
27
28#include "ext2fs.h"
29