[MKISOFS]
[reactos.git] / reactos / sdk / tools / mkisofs / schilytools / include / schily / inttypes.h
1 /* @(#)inttypes.h 1.35 12/01/22 Copyright 1997-2012 J. Schilling */
2 /*
3 * Abstraction from inttypes.h
4 *
5 * Copyright (c) 1997-2012 J. Schilling
6 */
7 /*
8 * The contents of this file are subject to the terms of the
9 * Common Development and Distribution License, Version 1.0 only
10 * (the "License"). You may not use this file except in compliance
11 * with the License.
12 *
13 * See the file CDDL.Schily.txt in this distribution for details.
14 *
15 * When distributing Covered Code, include this CDDL HEADER in each
16 * file and include the License file CDDL.Schily.txt from this distribution.
17 */
18
19 #ifndef _SCHILY_INTTYPES_H
20 #define _SCHILY_INTTYPES_H
21
22 #ifndef _SCHILY_MCONFIG_H
23 #include <schily/mconfig.h>
24 #endif
25
26 /*
27 * inttypes.h is based on stdint.h
28 */
29 #ifndef _SCHILY_STDINT_H
30 #include <schily/stdint.h>
31 #endif
32
33 /*
34 * inttypes.h inaddition to stdint.h defines printf() format strings.
35 * As we have a portable printf() in libschily, we do not need these #defines.
36 */
37
38 #endif /* _SCHILY_INTTYPES_H */