about summary refs log tree commit diff
path: root/inttypes_netpbm.h
blob: 6852145c0587cb715802ce03e05c26682ffdffbb (plain) (blame)
1
2
3
4
5
6
7
8
/* This was generated by the program 'typegen' */
#ifndef INTTYPES_H_NETPBM
#define INTTYPES_H_NETPBM
typedef unsigned int uint32_t;
typedef signed int int32_t;
typedef signed int int_fast32_t;
typedef unsigned int uint_fast32_t;
#endif