Add support for C++.
Submitted by: bde PR: 33590
This commit is contained in:
parent
4e1080d4dc
commit
944cba2780
@ -42,6 +42,7 @@ typedef struct {
|
||||
intmax_t rem; /* Remainder. */
|
||||
} imaxdiv_t;
|
||||
|
||||
__BEGIN_DECLS
|
||||
intmax_t imaxabs(intmax_t) __pure2;
|
||||
imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
|
||||
|
||||
@ -50,5 +51,6 @@ intmax_t strtoimax(const char *, char **, int);
|
||||
uintmax_t strtoumax(const char *, char **, int);
|
||||
intmax_t wcstoimax(const wchar_t *, wchar_t **, int);
|
||||
uintmax_t wcstoumax(const wchar_t *, wchar_t **, int);
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_INTTYPES_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user