inttypes.h File Reference

API published in:
API deprecated in:


#include <machine/_inttypes.h>
#include <sys/stdint.h>
#include <_ansi.h>

Go to the source code of this file.


Data Structures

struct   imaxdiv_t

Functions

__BEGIN_DECLS IMPORT_C intmax_t  strtoimax (const char *__restrict, char **__restrict, int)
IMPORT_C uintmax_t  strtoumax (const char *__restrict, char **__restrict, int)
IMPORT_C intmax_t  wcstoimax (const __wchar_t *__restrict, __wchar_t **__restrict, int)
IMPORT_C uintmax_t  wcstoumax (const __wchar_t *__restrict, __wchar_t **__restrict, int)

Function Documentation

__BEGIN_DECLS IMPORT_C intmax_t strtoimax const char *  __restrict,
char **  __restrict,
int 
 
IMPORT_C uintmax_t strtoumax const char *  __restrict,
char **  __restrict,
int 
 
IMPORT_C intmax_t wcstoimax const __wchar_t __restrict,
__wchar_t **  __restrict,
int 
 
IMPORT_C uintmax_t wcstoumax const __wchar_t __restrict,
__wchar_t **  __restrict,
int 
 

Copyright © Nokia Corporation 2001-2008
Back to top