N
Das mit C3861 hat leider nichts genützt, das Problem besteht weiterhin. Wie macht ihr das, wenn ihr den Seed für den Zufallsgenerator nach der aktuellen Zeit setzen wollt? Gibts dafür noch andere Funktionen?
Hier der ganze Kontext, wo die vier Probleme auftreten ("," vor alle "nptr" schreiben bringt nichts):
/* 7.8.2 Conversion functions for greatest-width integer types */
intmax_t __cdecl strtoimax (const char* __restrict__ nptr,
char** __restrict__ endptr, int base);
uintmax_t __cdecl strtoumax (const char* __restrict__ nptr,
char** __restrict__ endptr, int base);
intmax_t __cdecl wcstoimax (const wchar_t* __restrict__ nptr,
wchar_t** __restrict__ endptr, int base);
uintmax_t __cdecl wcstoumax (const wchar_t* __restrict__ nptr,
wchar_t** __restrict__ endptr, int base);
#ifdef __cplusplus
}
#endif
#endif /* ndef _INTTYPES_H */