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

/*
STDC(199901)
*/