am 54723fb6: Merge "Remove missing functions imaxabs() and imaxdiv() from inttypes.h"
* commit '54723fb6ac38cbefd2dbaf8c1e7a892765170d4c': Remove missing functions imaxabs() and imaxdiv() from inttypes.h
This commit is contained in:
@@ -249,8 +249,6 @@ typedef struct {
|
||||
} imaxdiv_t;
|
||||
|
||||
__BEGIN_DECLS
|
||||
intmax_t imaxabs(intmax_t);
|
||||
imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
||||
intmax_t strtoimax(const char *, char **, int);
|
||||
uintmax_t strtoumax(const char *, char **, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user