libpcp_web: JSON API coding consistency, small improvements and fixes
[pcp.git] / src / include / pcp / platform64.h
blob0b3b70487e57cfcdf5b495d0fb5e963160f18427
1 /*
2 * Copyright (c) 2016 Red Hat.
4 * This library is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU Lesser General Public License as published
6 * by the Free Software Foundation; either version 2.1 of the License, or
7 * (at your option) any later version.
9 * This library is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
12 * License for more details.
14 #ifndef PCP_PLATFORM64_H
15 #define PCP_PLATFORM64_H
17 /* printf candy ... */
18 #define FMT_INT64 "ld"
19 #define FMT_UINT64 "lu"
21 #endif /* PCP_PLATFORM64_H */