Greatest-width Integer types Functions:
nptr - pointer to the null-terminated byte string to be interpreted
endptr - pointer to a pointer to character.
base - base of the interpreted integer value
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
nptr - pointer to the null-terminated byte string to be interpreted
endptr - pointer to a pointer to character.
base - base of the interpreted integer value
| imaxabs | intmax_t imaxabs(intmax_t j); |
| imaxdiv | imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom); |
| strtoimax | intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base); |
| strtoumax | uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base); |
| wcstoimax | intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); |
| wcstoumax | uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); |
| inttypes.h |
| Greatest-width Integer types Functions |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment