summaryrefslogtreecommitdiff
path: root/src/stdint/UINT_FAST32_MAX.c
blob: 9431d807d20cf623bdcb139edb8830c6c33ab99a (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT_FAST32_MAX                                            (4294967295U)

/*
STDC(199901)
*/