Go to the documentation of this file.
7 #ifndef MINIUPNPCTYPES_H_INCLUDED
8 #define MINIUPNPCTYPES_H_INCLUDED
10 #if (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)
11 #define UNSIGNED_INTEGER unsigned long long
12 #define STRTOUI strtoull
14 #define UNSIGNED_INTEGER unsigned int
15 #define STRTOUI strtoul