beloopana: Remove duplicate comments.
[libfirm] / ir / libcore / lc_printf_arg_types.def
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 Karlsruhe Institute of Technology.
4  */
5 /*          type         | name       | va_arg type */
6 LC_ARG_TYPE(char,          char,        int)
7 LC_ARG_TYPE(short,         short,       int)
8 LC_ARG_TYPE(int,           int,         int)
9 LC_ARG_TYPE(long,          long,        long)
10 LC_ARG_TYPE(long long,     long_long,   long long)
11 LC_ARG_TYPE(double,        double,      double)
12 LC_ARG_TYPE(long double,   long_double, long double)
13 LC_ARG_TYPE(void *,        ptr,         void *)
14 LC_ARG_TYPE(intmax_t,      intmax_t,    intmax_t)
15 LC_ARG_TYPE(ptrdiff_t,     ptrdiff_t,   ptrdiff_t)
16 LC_ARG_TYPE(size_t,        size_t,      size_t)