summaryrefslogtreecommitdiff
path: root/src/stdint/uint_fast64_t.h
blob: d2ce6fee691917c2443b6b72016a15b0a60f7e4e (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef unsigned long long int                                    uint_fast64_t;

/*
STDC(199901)
*/