From 8d25157db8eb4c3b69d3eb1ef5ccf8f5ee49c9a2 Mon Sep 17 00:00:00 2001 From: nsz Date: Tue, 20 Sep 2011 21:36:48 +0200 Subject: [PATCH] update c99 data files --- data/c99 | 250 ++++++++++++++++++++++++++++++++++++++++---------- tab_c99.html | 254 ++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 402 insertions(+), 102 deletions(-) diff --git a/data/c99 b/data/c99 index d715622..ff425f5 100644 --- a/data/c99 +++ b/data/c99 @@ -145,59 +145,158 @@ DBL_MAX_10_EXP float.h B.6 Characteristics of floating types FLT_MIN_EXP float.h B.6 Characteristics of floating types LDBL_MAX_10_EXP float.h B.6 Characteristics of floating types imaxdiv_t inttypes.h B.7 Format conversion of integer types -PRIdN inttypes.h B.7 Format conversion of integer types -PRIdLEASTN inttypes.h B.7 Format conversion of integer types -PRIdFASTN inttypes.h B.7 Format conversion of integer types +PRId8 inttypes.h B.7 Format conversion of integer types +PRId16 inttypes.h B.7 Format conversion of integer types +PRId32 inttypes.h B.7 Format conversion of integer types +PRId64 inttypes.h B.7 Format conversion of integer types +PRIdLEAST8 inttypes.h B.7 Format conversion of integer types +PRIdLEAST16 inttypes.h B.7 Format conversion of integer types +PRIdLEAST32 inttypes.h B.7 Format conversion of integer types +PRIdLEAST64 inttypes.h B.7 Format conversion of integer types +PRIdFAST8 inttypes.h B.7 Format conversion of integer types +PRIdFAST16 inttypes.h B.7 Format conversion of integer types +PRIdFAST32 inttypes.h B.7 Format conversion of integer types +PRIdFAST64 inttypes.h B.7 Format conversion of integer types PRIdMAX inttypes.h B.7 Format conversion of integer types PRIdPTR inttypes.h B.7 Format conversion of integer types -PRIiN inttypes.h B.7 Format conversion of integer types -PRIiLEASTN inttypes.h B.7 Format conversion of integer types -PRIiFASTN inttypes.h B.7 Format conversion of integer types +PRIi8 inttypes.h B.7 Format conversion of integer types +PRIi16 inttypes.h B.7 Format conversion of integer types +PRIi32 inttypes.h B.7 Format conversion of integer types +PRIi64 inttypes.h B.7 Format conversion of integer types +PRIiLEAST8 inttypes.h B.7 Format conversion of integer types +PRIiLEAST16 inttypes.h B.7 Format conversion of integer types +PRIiLEAST32 inttypes.h B.7 Format conversion of integer types +PRIiLEAST64 inttypes.h B.7 Format conversion of integer types +PRIiFAST8 inttypes.h B.7 Format conversion of integer types +PRIiFAST16 inttypes.h B.7 Format conversion of integer types +PRIiFAST32 inttypes.h B.7 Format conversion of integer types +PRIiFAST64 inttypes.h B.7 Format conversion of integer types PRIiMAX inttypes.h B.7 Format conversion of integer types PRIiPTR inttypes.h B.7 Format conversion of integer types -PRIoN inttypes.h B.7 Format conversion of integer types -PRIoLEASTN inttypes.h B.7 Format conversion of integer types -PRIoFASTN inttypes.h B.7 Format conversion of integer types +PRIo8 inttypes.h B.7 Format conversion of integer types +PRIo16 inttypes.h B.7 Format conversion of integer types +PRIo32 inttypes.h B.7 Format conversion of integer types +PRIo64 inttypes.h B.7 Format conversion of integer types +PRIoLEAST8 inttypes.h B.7 Format conversion of integer types +PRIoLEAST16 inttypes.h B.7 Format conversion of integer types +PRIoLEAST32 inttypes.h B.7 Format conversion of integer types +PRIoLEAST64 inttypes.h B.7 Format conversion of integer types +PRIoFAST8 inttypes.h B.7 Format conversion of integer types +PRIoFAST16 inttypes.h B.7 Format conversion of integer types +PRIoFAST32 inttypes.h B.7 Format conversion of integer types +PRIoFAST64 inttypes.h B.7 Format conversion of integer types PRIoMAX inttypes.h B.7 Format conversion of integer types PRIoPTR inttypes.h B.7 Format conversion of integer types -PRIuN inttypes.h B.7 Format conversion of integer types -PRIuLEASTN inttypes.h B.7 Format conversion of integer types -PRIuFASTN inttypes.h B.7 Format conversion of integer types +PRIu8 inttypes.h B.7 Format conversion of integer types +PRIu16 inttypes.h B.7 Format conversion of integer types +PRIu32 inttypes.h B.7 Format conversion of integer types +PRIu64 inttypes.h B.7 Format conversion of integer types +PRIuLEAST8 inttypes.h B.7 Format conversion of integer types +PRIuLEAST16 inttypes.h B.7 Format conversion of integer types +PRIuLEAST32 inttypes.h B.7 Format conversion of integer types +PRIuLEAST64 inttypes.h B.7 Format conversion of integer types +PRIuFAST8 inttypes.h B.7 Format conversion of integer types +PRIuFAST16 inttypes.h B.7 Format conversion of integer types +PRIuFAST32 inttypes.h B.7 Format conversion of integer types +PRIuFAST64 inttypes.h B.7 Format conversion of integer types PRIuMAX inttypes.h B.7 Format conversion of integer types PRIuPTR inttypes.h B.7 Format conversion of integer types -PRIxN inttypes.h B.7 Format conversion of integer types -PRIxLEASTN inttypes.h B.7 Format conversion of integer types -PRIxFASTN inttypes.h B.7 Format conversion of integer types +PRIx8 inttypes.h B.7 Format conversion of integer types +PRIx16 inttypes.h B.7 Format conversion of integer types +PRIx32 inttypes.h B.7 Format conversion of integer types +PRIx64 inttypes.h B.7 Format conversion of integer types +PRIxLEAST8 inttypes.h B.7 Format conversion of integer types +PRIxLEAST16 inttypes.h B.7 Format conversion of integer types +PRIxLEAST32 inttypes.h B.7 Format conversion of integer types +PRIxLEAST64 inttypes.h B.7 Format conversion of integer types +PRIxFAST8 inttypes.h B.7 Format conversion of integer types +PRIxFAST16 inttypes.h B.7 Format conversion of integer types +PRIxFAST32 inttypes.h B.7 Format conversion of integer types +PRIxFAST64 inttypes.h B.7 Format conversion of integer types PRIxMAX inttypes.h B.7 Format conversion of integer types PRIxPTR inttypes.h B.7 Format conversion of integer types -PRIXN inttypes.h B.7 Format conversion of integer types -PRIXLEASTN inttypes.h B.7 Format conversion of integer types -PRIXFASTN inttypes.h B.7 Format conversion of integer types +PRIX8 inttypes.h B.7 Format conversion of integer types +PRIX16 inttypes.h B.7 Format conversion of integer types +PRIX32 inttypes.h B.7 Format conversion of integer types +PRIX64 inttypes.h B.7 Format conversion of integer types +PRIXLEAST8 inttypes.h B.7 Format conversion of integer types +PRIXLEAST16 inttypes.h B.7 Format conversion of integer types +PRIXLEAST32 inttypes.h B.7 Format conversion of integer types +PRIXLEAST64 inttypes.h B.7 Format conversion of integer types +PRIXFAST8 inttypes.h B.7 Format conversion of integer types +PRIXFAST16 inttypes.h B.7 Format conversion of integer types +PRIXFAST32 inttypes.h B.7 Format conversion of integer types +PRIXFAST64 inttypes.h B.7 Format conversion of integer types PRIXMAX inttypes.h B.7 Format conversion of integer types PRIXPTR inttypes.h B.7 Format conversion of integer types -SCNdN inttypes.h B.7 Format conversion of integer types -SCNdLEASTN inttypes.h B.7 Format conversion of integer types -SCNdFASTN inttypes.h B.7 Format conversion of integer types +SCNd8 inttypes.h B.7 Format conversion of integer types +SCNd16 inttypes.h B.7 Format conversion of integer types +SCNd32 inttypes.h B.7 Format conversion of integer types +SCNd64 inttypes.h B.7 Format conversion of integer types +SCNdLEAST8 inttypes.h B.7 Format conversion of integer types +SCNdLEAST16 inttypes.h B.7 Format conversion of integer types +SCNdLEAST32 inttypes.h B.7 Format conversion of integer types +SCNdLEAST64 inttypes.h B.7 Format conversion of integer types +SCNdFAST8 inttypes.h B.7 Format conversion of integer types +SCNdFAST16 inttypes.h B.7 Format conversion of integer types +SCNdFAST32 inttypes.h B.7 Format conversion of integer types +SCNdFAST64 inttypes.h B.7 Format conversion of integer types SCNdMAX inttypes.h B.7 Format conversion of integer types SCNdPTR inttypes.h B.7 Format conversion of integer types -SCNiN inttypes.h B.7 Format conversion of integer types -SCNiLEASTN inttypes.h B.7 Format conversion of integer types -SCNiFASTN inttypes.h B.7 Format conversion of integer types +SCNi8 inttypes.h B.7 Format conversion of integer types +SCNi16 inttypes.h B.7 Format conversion of integer types +SCNi32 inttypes.h B.7 Format conversion of integer types +SCNi64 inttypes.h B.7 Format conversion of integer types +SCNiLEAST8 inttypes.h B.7 Format conversion of integer types +SCNiLEAST16 inttypes.h B.7 Format conversion of integer types +SCNiLEAST32 inttypes.h B.7 Format conversion of integer types +SCNiLEAST64 inttypes.h B.7 Format conversion of integer types +SCNiFAST8 inttypes.h B.7 Format conversion of integer types +SCNiFAST16 inttypes.h B.7 Format conversion of integer types +SCNiFAST32 inttypes.h B.7 Format conversion of integer types +SCNiFAST64 inttypes.h B.7 Format conversion of integer types SCNiMAX inttypes.h B.7 Format conversion of integer types SCNiPTR inttypes.h B.7 Format conversion of integer types -SCNoN inttypes.h B.7 Format conversion of integer types -SCNoLEASTN inttypes.h B.7 Format conversion of integer types -SCNoFASTN inttypes.h B.7 Format conversion of integer types +SCNo8 inttypes.h B.7 Format conversion of integer types +SCNo16 inttypes.h B.7 Format conversion of integer types +SCNo32 inttypes.h B.7 Format conversion of integer types +SCNo64 inttypes.h B.7 Format conversion of integer types +SCNoLEAST8 inttypes.h B.7 Format conversion of integer types +SCNoLEAST16 inttypes.h B.7 Format conversion of integer types +SCNoLEAST32 inttypes.h B.7 Format conversion of integer types +SCNoLEAST64 inttypes.h B.7 Format conversion of integer types +SCNoFAST8 inttypes.h B.7 Format conversion of integer types +SCNoFAST16 inttypes.h B.7 Format conversion of integer types +SCNoFAST32 inttypes.h B.7 Format conversion of integer types +SCNoFAST64 inttypes.h B.7 Format conversion of integer types SCNoMAX inttypes.h B.7 Format conversion of integer types SCNoPTR inttypes.h B.7 Format conversion of integer types -SCNuN inttypes.h B.7 Format conversion of integer types -SCNuLEASTN inttypes.h B.7 Format conversion of integer types -SCNuFASTN inttypes.h B.7 Format conversion of integer types +SCNu8 inttypes.h B.7 Format conversion of integer types +SCNu16 inttypes.h B.7 Format conversion of integer types +SCNu32 inttypes.h B.7 Format conversion of integer types +SCNu64 inttypes.h B.7 Format conversion of integer types +SCNuLEAST8 inttypes.h B.7 Format conversion of integer types +SCNuLEAST16 inttypes.h B.7 Format conversion of integer types +SCNuLEAST32 inttypes.h B.7 Format conversion of integer types +SCNuLEAST64 inttypes.h B.7 Format conversion of integer types +SCNuFAST8 inttypes.h B.7 Format conversion of integer types +SCNuFAST16 inttypes.h B.7 Format conversion of integer types +SCNuFAST32 inttypes.h B.7 Format conversion of integer types +SCNuFAST64 inttypes.h B.7 Format conversion of integer types SCNuMAX inttypes.h B.7 Format conversion of integer types SCNuPTR inttypes.h B.7 Format conversion of integer types -SCNxN inttypes.h B.7 Format conversion of integer types -SCNxLEASTN inttypes.h B.7 Format conversion of integer types -SCNxFASTN inttypes.h B.7 Format conversion of integer types +SCNx8 inttypes.h B.7 Format conversion of integer types +SCNx16 inttypes.h B.7 Format conversion of integer types +SCNx32 inttypes.h B.7 Format conversion of integer types +SCNx64 inttypes.h B.7 Format conversion of integer types +SCNxLEAST8 inttypes.h B.7 Format conversion of integer types +SCNxLEAST16 inttypes.h B.7 Format conversion of integer types +SCNxLEAST32 inttypes.h B.7 Format conversion of integer types +SCNxLEAST64 inttypes.h B.7 Format conversion of integer types +SCNxFAST8 inttypes.h B.7 Format conversion of integer types +SCNxFAST16 inttypes.h B.7 Format conversion of integer types +SCNxFAST32 inttypes.h B.7 Format conversion of integer types +SCNxFAST64 inttypes.h B.7 Format conversion of integer types SCNxMAX inttypes.h B.7 Format conversion of integer types SCNxPTR inttypes.h B.7 Format conversion of integer types imaxabs intmax_t imaxabs(intmax_t j); inttypes.h B.7 Format conversion of integer types @@ -478,23 +577,59 @@ size_t stddef.h B.16 Common definitions wchar_t stddef.h B.16 Common definitions NULL stddef.h B.16 Common definitions offsetof offsetof(type, member-designator) stddef.h B.16 Common definitions -intN_t stdint.h B.17 Integer types -INT_LEASTN_MIN stdint.h B.17 Integer types +int8_t stdint.h B.17 Integer types +int16_t stdint.h B.17 Integer types +int32_t stdint.h B.17 Integer types +int64_t stdint.h B.17 Integer types +INT_LEAST8_MIN stdint.h B.17 Integer types +INT_LEAST16_MIN stdint.h B.17 Integer types +INT_LEAST32_MIN stdint.h B.17 Integer types +INT_LEAST64_MIN stdint.h B.17 Integer types PTRDIFF_MAX stdint.h B.17 Integer types -uintN_t stdint.h B.17 Integer types -INT_LEASTN_MAX stdint.h B.17 Integer types +uint8_t stdint.h B.17 Integer types +uint16_t stdint.h B.17 Integer types +uint32_t stdint.h B.17 Integer types +uint64_t stdint.h B.17 Integer types +INT_LEAST8_MAX stdint.h B.17 Integer types +INT_LEAST16_MAX stdint.h B.17 Integer types +INT_LEAST32_MAX stdint.h B.17 Integer types +INT_LEAST64_MAX stdint.h B.17 Integer types SIG_ATOMIC_MIN stdint.h B.17 Integer types -int_leastN_t stdint.h B.17 Integer types -UINT_LEASTN_MAX stdint.h B.17 Integer types +int_least8_t stdint.h B.17 Integer types +int_least16_t stdint.h B.17 Integer types +int_least32_t stdint.h B.17 Integer types +int_least64_t stdint.h B.17 Integer types +UINT_LEAST8_MAX stdint.h B.17 Integer types +UINT_LEAST16_MAX stdint.h B.17 Integer types +UINT_LEAST32_MAX stdint.h B.17 Integer types +UINT_LEAST64_MAX stdint.h B.17 Integer types SIG_ATOMIC_MAX stdint.h B.17 Integer types -uint_leastN_t stdint.h B.17 Integer types -INT_FASTN_MIN stdint.h B.17 Integer types +uint_least8_t stdint.h B.17 Integer types +uint_least16_t stdint.h B.17 Integer types +uint_least32_t stdint.h B.17 Integer types +uint_least64_t stdint.h B.17 Integer types +INT_FAST8_MIN stdint.h B.17 Integer types +INT_FAST16_MIN stdint.h B.17 Integer types +INT_FAST32_MIN stdint.h B.17 Integer types +INT_FAST64_MIN stdint.h B.17 Integer types SIZE_MAX stdint.h B.17 Integer types -int_fastN_t stdint.h B.17 Integer types -INT_FASTN_MAX stdint.h B.17 Integer types +int_fast8_t stdint.h B.17 Integer types +int_fast16_t stdint.h B.17 Integer types +int_fast32_t stdint.h B.17 Integer types +int_fast64_t stdint.h B.17 Integer types +INT_FAST8_MAX stdint.h B.17 Integer types +INT_FAST16_MAX stdint.h B.17 Integer types +INT_FAST32_MAX stdint.h B.17 Integer types +INT_FAST64_MAX stdint.h B.17 Integer types WCHAR_MIN stdint.h B.17 Integer types -uint_fastN_t stdint.h B.17 Integer types -UINT_FASTN_MAX stdint.h B.17 Integer types +uint_fast8_t stdint.h B.17 Integer types +uint_fast16_t stdint.h B.17 Integer types +uint_fast32_t stdint.h B.17 Integer types +uint_fast64_t stdint.h B.17 Integer types +UINT_FAST8_MAX stdint.h B.17 Integer types +UINT_FAST16_MAX stdint.h B.17 Integer types +UINT_FAST32_MAX stdint.h B.17 Integer types +UINT_FAST64_MAX stdint.h B.17 Integer types WCHAR_MAX stdint.h B.17 Integer types intptr_t stdint.h B.17 Integer types INTPTR_MIN stdint.h B.17 Integer types @@ -504,17 +639,32 @@ INTPTR_MAX stdint.h B.17 Integer types WINT_MAX stdint.h B.17 Integer types intmax_t stdint.h B.17 Integer types UINTPTR_MAX stdint.h B.17 Integer types -INTN_C INTN_C(value) stdint.h B.17 Integer types +INT8_C INT8_C(value) stdint.h B.17 Integer types +INT16_C INT16_C(value) stdint.h B.17 Integer types +INT32_C INT32_C(value) stdint.h B.17 Integer types +INT64_C INT64_C(value) stdint.h B.17 Integer types uintmax_t stdint.h B.17 Integer types INTMAX_MIN stdint.h B.17 Integer types -UINTN_C UINTN_C(value) stdint.h B.17 Integer types -INTN_MIN stdint.h B.17 Integer types +UINT8_C UINT8_C(value) stdint.h B.17 Integer types +UINT16_C UINT16_C(value) stdint.h B.17 Integer types +UINT32_C UINT32_C(value) stdint.h B.17 Integer types +UINT64_C UINT64_C(value) stdint.h B.17 Integer types +INT8_MIN stdint.h B.17 Integer types +INT16_MIN stdint.h B.17 Integer types +INT32_MIN stdint.h B.17 Integer types +INT64_MIN stdint.h B.17 Integer types INTMAX_MAX stdint.h B.17 Integer types INTMAX_C INTMAX_C(value) stdint.h B.17 Integer types -INTN_MAX stdint.h B.17 Integer types +INT8_MAX stdint.h B.17 Integer types +INT16_MAX stdint.h B.17 Integer types +INT32_MAX stdint.h B.17 Integer types +INT64_MAX stdint.h B.17 Integer types UINTMAX_MAX stdint.h B.17 Integer types UINTMAX_C UINTMAX_C(value) stdint.h B.17 Integer types -UINTN_MAX stdint.h B.17 Integer types +UINT8_MAX stdint.h B.17 Integer types +UINT16_MAX stdint.h B.17 Integer types +UINT32_MAX stdint.h B.17 Integer types +UINT64_MAX stdint.h B.17 Integer types PTRDIFF_MIN stdint.h B.17 Integer types size_t stdio.h B.18 Input/output _IOLBF stdio.h B.18 Input/output diff --git a/tab_c99.html b/tab_c99.html index f5cd51c..7f39c6a 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit 2318207adcad74283881ffcefbad92797a2495aa
Date: Tue Sep 20 12:14:06 2011 -0400

fix incorrect include guard in mqueue.h +

commit

commit d23a543d8acfedb7c0284888d72c4aa347b8c46e
Date: Tue Sep 20 14:51:56 2011 -0400

make stdbool.h conform to c99

legend

table

muslc99
statussymdeclnameheaderprotosection
missing  NDEBUGassert.h B.1 Diagnostics @@ -149,59 +149,158 @@
  d FLT_MIN_EXPfloat.h B.6 Characteristics of floating types
  d LDBL_MAX_10_EXPfloat.h B.6 Characteristics of floating types
  t imaxdiv_tinttypes.h B.7 Format conversion of integer types -
missing  PRIdNinttypes.h B.7 Format conversion of integer types -
missing  PRIdLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIdFASTNinttypes.h B.7 Format conversion of integer types +
  d PRId8inttypes.h B.7 Format conversion of integer types +
  d PRId16inttypes.h B.7 Format conversion of integer types +
  d PRId32inttypes.h B.7 Format conversion of integer types +
  d PRId64inttypes.h B.7 Format conversion of integer types +
  d PRIdLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIdLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIdLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIdLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIdFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIdFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIdFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIdFAST64inttypes.h B.7 Format conversion of integer types
  d PRIdMAXinttypes.h B.7 Format conversion of integer types
  d PRIdPTRinttypes.h B.7 Format conversion of integer types -
missing  PRIiNinttypes.h B.7 Format conversion of integer types -
missing  PRIiLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIiFASTNinttypes.h B.7 Format conversion of integer types +
  d PRIi8inttypes.h B.7 Format conversion of integer types +
  d PRIi16inttypes.h B.7 Format conversion of integer types +
  d PRIi32inttypes.h B.7 Format conversion of integer types +
  d PRIi64inttypes.h B.7 Format conversion of integer types +
  d PRIiLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIiLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIiLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIiLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIiFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIiFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIiFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIiFAST64inttypes.h B.7 Format conversion of integer types
  d PRIiMAXinttypes.h B.7 Format conversion of integer types
  d PRIiPTRinttypes.h B.7 Format conversion of integer types -
missing  PRIoNinttypes.h B.7 Format conversion of integer types -
missing  PRIoLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIoFASTNinttypes.h B.7 Format conversion of integer types +
  d PRIo8inttypes.h B.7 Format conversion of integer types +
  d PRIo16inttypes.h B.7 Format conversion of integer types +
  d PRIo32inttypes.h B.7 Format conversion of integer types +
  d PRIo64inttypes.h B.7 Format conversion of integer types +
  d PRIoLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIoLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIoLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIoLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIoFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIoFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIoFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIoFAST64inttypes.h B.7 Format conversion of integer types
  d PRIoMAXinttypes.h B.7 Format conversion of integer types
  d PRIoPTRinttypes.h B.7 Format conversion of integer types -
missing  PRIuNinttypes.h B.7 Format conversion of integer types -
missing  PRIuLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIuFASTNinttypes.h B.7 Format conversion of integer types +
  d PRIu8inttypes.h B.7 Format conversion of integer types +
  d PRIu16inttypes.h B.7 Format conversion of integer types +
  d PRIu32inttypes.h B.7 Format conversion of integer types +
  d PRIu64inttypes.h B.7 Format conversion of integer types +
  d PRIuLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIuLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIuLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIuLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIuFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIuFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIuFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIuFAST64inttypes.h B.7 Format conversion of integer types
  d PRIuMAXinttypes.h B.7 Format conversion of integer types
  d PRIuPTRinttypes.h B.7 Format conversion of integer types -
missing  PRIxNinttypes.h B.7 Format conversion of integer types -
missing  PRIxLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIxFASTNinttypes.h B.7 Format conversion of integer types +
  d PRIx8inttypes.h B.7 Format conversion of integer types +
  d PRIx16inttypes.h B.7 Format conversion of integer types +
  d PRIx32inttypes.h B.7 Format conversion of integer types +
  d PRIx64inttypes.h B.7 Format conversion of integer types +
  d PRIxLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIxLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIxLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIxLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIxFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIxFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIxFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIxFAST64inttypes.h B.7 Format conversion of integer types
  d PRIxMAXinttypes.h B.7 Format conversion of integer types
  d PRIxPTRinttypes.h B.7 Format conversion of integer types -
missing  PRIXNinttypes.h B.7 Format conversion of integer types -
missing  PRIXLEASTNinttypes.h B.7 Format conversion of integer types -
missing  PRIXFASTNinttypes.h B.7 Format conversion of integer types +
  d PRIX8inttypes.h B.7 Format conversion of integer types +
  d PRIX16inttypes.h B.7 Format conversion of integer types +
  d PRIX32inttypes.h B.7 Format conversion of integer types +
  d PRIX64inttypes.h B.7 Format conversion of integer types +
  d PRIXLEAST8inttypes.h B.7 Format conversion of integer types +
  d PRIXLEAST16inttypes.h B.7 Format conversion of integer types +
  d PRIXLEAST32inttypes.h B.7 Format conversion of integer types +
  d PRIXLEAST64inttypes.h B.7 Format conversion of integer types +
  d PRIXFAST8inttypes.h B.7 Format conversion of integer types +
  d PRIXFAST16inttypes.h B.7 Format conversion of integer types +
  d PRIXFAST32inttypes.h B.7 Format conversion of integer types +
  d PRIXFAST64inttypes.h B.7 Format conversion of integer types
  d PRIXMAXinttypes.h B.7 Format conversion of integer types
  d PRIXPTRinttypes.h B.7 Format conversion of integer types -
missing  SCNdNinttypes.h B.7 Format conversion of integer types -
missing  SCNdLEASTNinttypes.h B.7 Format conversion of integer types -
missing  SCNdFASTNinttypes.h B.7 Format conversion of integer types +
  d SCNd8inttypes.h B.7 Format conversion of integer types +
  d SCNd16inttypes.h B.7 Format conversion of integer types +
  d SCNd32inttypes.h B.7 Format conversion of integer types +
  d SCNd64inttypes.h B.7 Format conversion of integer types +
  d SCNdLEAST8inttypes.h B.7 Format conversion of integer types +
  d SCNdLEAST16inttypes.h B.7 Format conversion of integer types +
  d SCNdLEAST32inttypes.h B.7 Format conversion of integer types +
  d SCNdLEAST64inttypes.h B.7 Format conversion of integer types +
  d SCNdFAST8inttypes.h B.7 Format conversion of integer types +
  d SCNdFAST16inttypes.h B.7 Format conversion of integer types +
  d SCNdFAST32inttypes.h B.7 Format conversion of integer types +
  d SCNdFAST64inttypes.h B.7 Format conversion of integer types
  d SCNdMAXinttypes.h B.7 Format conversion of integer types
  d SCNdPTRinttypes.h B.7 Format conversion of integer types -
missing  SCNiNinttypes.h B.7 Format conversion of integer types -
missing  SCNiLEASTNinttypes.h B.7 Format conversion of integer types -
missing  SCNiFASTNinttypes.h B.7 Format conversion of integer types +
  d SCNi8inttypes.h B.7 Format conversion of integer types +
  d SCNi16inttypes.h B.7 Format conversion of integer types +
  d SCNi32inttypes.h B.7 Format conversion of integer types +
  d SCNi64inttypes.h B.7 Format conversion of integer types +
  d SCNiLEAST8inttypes.h B.7 Format conversion of integer types +
  d SCNiLEAST16inttypes.h B.7 Format conversion of integer types +
  d SCNiLEAST32inttypes.h B.7 Format conversion of integer types +
  d SCNiLEAST64inttypes.h B.7 Format conversion of integer types +
  d SCNiFAST8inttypes.h B.7 Format conversion of integer types +
  d SCNiFAST16inttypes.h B.7 Format conversion of integer types +
  d SCNiFAST32inttypes.h B.7 Format conversion of integer types +
  d SCNiFAST64inttypes.h B.7 Format conversion of integer types
  d SCNiMAXinttypes.h B.7 Format conversion of integer types
  d SCNiPTRinttypes.h B.7 Format conversion of integer types -
missing  SCNoNinttypes.h B.7 Format conversion of integer types -
missing  SCNoLEASTNinttypes.h B.7 Format conversion of integer types -
missing  SCNoFASTNinttypes.h B.7 Format conversion of integer types +
  d SCNo8inttypes.h B.7 Format conversion of integer types +
  d SCNo16inttypes.h B.7 Format conversion of integer types +
  d SCNo32inttypes.h B.7 Format conversion of integer types +
  d SCNo64inttypes.h B.7 Format conversion of integer types +
  d SCNoLEAST8inttypes.h B.7 Format conversion of integer types +
  d SCNoLEAST16inttypes.h B.7 Format conversion of integer types +
  d SCNoLEAST32inttypes.h B.7 Format conversion of integer types +
  d SCNoLEAST64inttypes.h B.7 Format conversion of integer types +
  d SCNoFAST8inttypes.h B.7 Format conversion of integer types +
  d SCNoFAST16inttypes.h B.7 Format conversion of integer types +
  d SCNoFAST32inttypes.h B.7 Format conversion of integer types +
  d SCNoFAST64inttypes.h B.7 Format conversion of integer types
  d SCNoMAXinttypes.h B.7 Format conversion of integer types
  d SCNoPTRinttypes.h B.7 Format conversion of integer types -
missing  SCNuNinttypes.h B.7 Format conversion of integer types -
missing  SCNuLEASTNinttypes.h B.7 Format conversion of integer types -
missing  SCNuFASTNinttypes.h B.7 Format conversion of integer types +
  d SCNu8inttypes.h B.7 Format conversion of integer types +
  d SCNu16inttypes.h B.7 Format conversion of integer types +
  d SCNu32inttypes.h B.7 Format conversion of integer types +
  d SCNu64inttypes.h B.7 Format conversion of integer types +
  d SCNuLEAST8inttypes.h B.7 Format conversion of integer types +
  d SCNuLEAST16inttypes.h B.7 Format conversion of integer types +
  d SCNuLEAST32inttypes.h B.7 Format conversion of integer types +
  d SCNuLEAST64inttypes.h B.7 Format conversion of integer types +
  d SCNuFAST8inttypes.h B.7 Format conversion of integer types +
  d SCNuFAST16inttypes.h B.7 Format conversion of integer types +
  d SCNuFAST32inttypes.h B.7 Format conversion of integer types +
  d SCNuFAST64inttypes.h B.7 Format conversion of integer types
  d SCNuMAXinttypes.h B.7 Format conversion of integer types
  d SCNuPTRinttypes.h B.7 Format conversion of integer types -
missing  SCNxNinttypes.h B.7 Format conversion of integer types -
missing  SCNxLEASTNinttypes.h B.7 Format conversion of integer types -
missing  SCNxFASTNinttypes.h B.7 Format conversion of integer types +
  d SCNx8inttypes.h B.7 Format conversion of integer types +
  d SCNx16inttypes.h B.7 Format conversion of integer types +
  d SCNx32inttypes.h B.7 Format conversion of integer types +
  d SCNx64inttypes.h B.7 Format conversion of integer types +
  d SCNxLEAST8inttypes.h B.7 Format conversion of integer types +
  d SCNxLEAST16inttypes.h B.7 Format conversion of integer types +
  d SCNxLEAST32inttypes.h B.7 Format conversion of integer types +
  d SCNxLEAST64inttypes.h B.7 Format conversion of integer types +
  d SCNxFAST8inttypes.h B.7 Format conversion of integer types +
  d SCNxFAST16inttypes.h B.7 Format conversion of integer types +
  d SCNxFAST32inttypes.h B.7 Format conversion of integer types +
  d SCNxFAST64inttypes.h B.7 Format conversion of integer types
  d SCNxMAXinttypes.h B.7 Format conversion of integer types
  d SCNxPTRinttypes.h B.7 Format conversion of integer types
 Tp imaxabsinttypes.hintmax_t imaxabs(intmax_t j);B.7 Format conversion of integer types @@ -482,23 +581,59 @@
missing  wchar_tstddef.h B.16 Common definitions
  d d d d d d d d d d d d d d d d d d d d d d d d NULLstddef.h B.16 Common definitions
  d offsetofstddef.hoffsetof(type, member-designator)B.16 Common definitions -
missing  intN_tstdint.h B.17 Integer types -
missing  INT_LEASTN_MINstdint.h B.17 Integer types +
  t int8_tstdint.h B.17 Integer types +
  t int16_tstdint.h B.17 Integer types +
  t int32_tstdint.h B.17 Integer types +
  t int64_tstdint.h B.17 Integer types +
  d INT_LEAST8_MINstdint.h B.17 Integer types +
  d INT_LEAST16_MINstdint.h B.17 Integer types +
  d INT_LEAST32_MINstdint.h B.17 Integer types +
  d INT_LEAST64_MINstdint.h B.17 Integer types
  d PTRDIFF_MAXstdint.h B.17 Integer types -
missing  uintN_tstdint.h B.17 Integer types -
missing  INT_LEASTN_MAXstdint.h B.17 Integer types +
  t uint8_tstdint.h B.17 Integer types +
  t uint16_tstdint.h B.17 Integer types +
  t uint32_tstdint.h B.17 Integer types +
  t uint64_tstdint.h B.17 Integer types +
  d INT_LEAST8_MAXstdint.h B.17 Integer types +
  d INT_LEAST16_MAXstdint.h B.17 Integer types +
  d INT_LEAST32_MAXstdint.h B.17 Integer types +
  d INT_LEAST64_MAXstdint.h B.17 Integer types
  d SIG_ATOMIC_MINstdint.h B.17 Integer types -
missing  int_leastN_tstdint.h B.17 Integer types -
missing  UINT_LEASTN_MAXstdint.h B.17 Integer types +
  t int_least8_tstdint.h B.17 Integer types +
  t int_least16_tstdint.h B.17 Integer types +
  t int_least32_tstdint.h B.17 Integer types +
  t int_least64_tstdint.h B.17 Integer types +
  d UINT_LEAST8_MAXstdint.h B.17 Integer types +
  d UINT_LEAST16_MAXstdint.h B.17 Integer types +
  d UINT_LEAST32_MAXstdint.h B.17 Integer types +
  d UINT_LEAST64_MAXstdint.h B.17 Integer types
  d SIG_ATOMIC_MAXstdint.h B.17 Integer types -
missing  uint_leastN_tstdint.h B.17 Integer types -
missing  INT_FASTN_MINstdint.h B.17 Integer types +
  t uint_least8_tstdint.h B.17 Integer types +
  t uint_least16_tstdint.h B.17 Integer types +
  t uint_least32_tstdint.h B.17 Integer types +
  t uint_least64_tstdint.h B.17 Integer types +
  d INT_FAST8_MINstdint.h B.17 Integer types +
  d INT_FAST16_MINstdint.h B.17 Integer types +
  d INT_FAST32_MINstdint.h B.17 Integer types +
  d INT_FAST64_MINstdint.h B.17 Integer types
  d SIZE_MAXstdint.h B.17 Integer types -
missing  int_fastN_tstdint.h B.17 Integer types -
missing  INT_FASTN_MAXstdint.h B.17 Integer types +
  t int_fast8_tstdint.h B.17 Integer types +
  t int_fast16_tstdint.h B.17 Integer types +
  t int_fast32_tstdint.h B.17 Integer types +
  t int_fast64_tstdint.h B.17 Integer types +
  d INT_FAST8_MAXstdint.h B.17 Integer types +
  d INT_FAST16_MAXstdint.h B.17 Integer types +
  d INT_FAST32_MAXstdint.h B.17 Integer types +
  d INT_FAST64_MAXstdint.h B.17 Integer types
  d WCHAR_MINstdint.h B.17 Integer types -
missing  uint_fastN_tstdint.h B.17 Integer types -
missing  UINT_FASTN_MAXstdint.h B.17 Integer types +
  t uint_fast8_tstdint.h B.17 Integer types +
  t uint_fast16_tstdint.h B.17 Integer types +
  t uint_fast32_tstdint.h B.17 Integer types +
  t uint_fast64_tstdint.h B.17 Integer types +
  d UINT_FAST8_MAXstdint.h B.17 Integer types +
  d UINT_FAST16_MAXstdint.h B.17 Integer types +
  d UINT_FAST32_MAXstdint.h B.17 Integer types +
  d UINT_FAST64_MAXstdint.h B.17 Integer types
  d WCHAR_MAXstdint.h B.17 Integer types
  t intptr_tstdint.h B.17 Integer types
  d INTPTR_MINstdint.h B.17 Integer types @@ -508,17 +643,32 @@
  d WINT_MAXstdint.h B.17 Integer types
  t intmax_tstdint.h B.17 Integer types
  d UINTPTR_MAXstdint.h B.17 Integer types -
missing  INTN_Cstdint.hINTN_C(value)B.17 Integer types +
  d INT8_Cstdint.hINT8_C(value)B.17 Integer types +
  d INT16_Cstdint.hINT16_C(value)B.17 Integer types +
  d INT32_Cstdint.hINT32_C(value)B.17 Integer types +
  d INT64_Cstdint.hINT64_C(value)B.17 Integer types
  t uintmax_tstdint.h B.17 Integer types
  d INTMAX_MINstdint.h B.17 Integer types -
missing  UINTN_Cstdint.hUINTN_C(value)B.17 Integer types -
missing  INTN_MINstdint.h B.17 Integer types +
  d UINT8_Cstdint.hUINT8_C(value)B.17 Integer types +
  d UINT16_Cstdint.hUINT16_C(value)B.17 Integer types +
  d UINT32_Cstdint.hUINT32_C(value)B.17 Integer types +
  d UINT64_Cstdint.hUINT64_C(value)B.17 Integer types +
  d INT8_MINstdint.h B.17 Integer types +
  d INT16_MINstdint.h B.17 Integer types +
  d INT32_MINstdint.h B.17 Integer types +
  d INT64_MINstdint.h B.17 Integer types
  d INTMAX_MAXstdint.h B.17 Integer types
  d INTMAX_Cstdint.hINTMAX_C(value)B.17 Integer types -
missing  INTN_MAXstdint.h B.17 Integer types +
  d INT8_MAXstdint.h B.17 Integer types +
  d INT16_MAXstdint.h B.17 Integer types +
  d INT32_MAXstdint.h B.17 Integer types +
  d INT64_MAXstdint.h B.17 Integer types
  d UINTMAX_MAXstdint.h B.17 Integer types
  d UINTMAX_Cstdint.hUINTMAX_C(value)B.17 Integer types -
missing  UINTN_MAXstdint.h B.17 Integer types +
  d UINT8_MAXstdint.h B.17 Integer types +
  d UINT16_MAXstdint.h B.17 Integer types +
  d UINT32_MAXstdint.h B.17 Integer types +
  d UINT64_MAXstdint.h B.17 Integer types
  d PTRDIFF_MINstdint.h B.17 Integer types
  t size_tstdio.h B.18 Input/output
  d _IOLBFstdio.h B.18 Input/output @@ -821,4 +971,4 @@
 Tp towctranswctype.hwint_t towctrans(wint_t wc, wctrans_t desc);B.24 Wide character classification and mapping utilities
 Tp wctranswctype.hwctrans_t wctrans(const char *property);B.24 Wide character classification and mapping utilities
-

stats

+

stats

-- 2.20.1