formats-util.h revision f00022dd121c73b543ae667ddce9814bd67a1b73
#pragma once
/***
This file is part of systemd.
Copyright 2015 Ronny Chevalier
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <inttypes.h>
#if SIZEOF_PID_T == 4
#else
#endif
#if SIZEOF_UID_T == 4
#else
#endif
#if SIZEOF_GID_T == 4
#else
#endif
#if SIZEOF_TIME_T == 8
#else
#endif
#if SIZEOF_RLIM_T == 8
#else
#endif