X-Git-Url: http://nsz.repo.hu/git/?p=c-standard;a=blobdiff_plain;f=n1548.html;fp=n1548.html;h=76b5a5c01fba7cd610862da48178a018543eb176;hp=ff9b0a9aaa09d72e585cabecfa934823cf1f4e62;hb=fb5050e94537cf9c61d58584264f1b3b0476e472;hpb=6fa09ff7f9eb20582513c80f0fa883b056bde241 diff --git a/n1548.html b/n1548.html index ff9b0a9..76b5a5c 100644 --- a/n1548.html +++ b/n1548.html @@ -384,8 +384,8 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''.
  • 7.30.10 General utilities <stdlib.h>
  • 7.30.11 String handling <string.h> -
  • 7.30.12 Extended multibyte and wide character utilities -
  • 7.30.13 Wide character classification and mapping utilities +
  • 7.30.12 Extended multibyte and wide character utilities <wchar.h> +
  • 7.30.13 Wide character classification and mapping utilities <wctype.h>
  • Annex A (informative) Language syntax summary @@ -543,7 +543,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''.
  • K.3.8.1 Components of time
  • K.3.8.2 Time conversion functions -
  • K.3.9 Extended multibyte and wide character utilities +
  • K.3.9 Extended multibyte and wide character utilities <wchar.h> -

    G.7 Type-generic math

    +

    G.7 Type-generic math <tgmath.h>

    Type-generic macros that accept complex arguments also accept imaginary arguments. If an argument is imaginary, the macro expands to an expression whose type is real, @@ -28507,7 +28507,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. from the definition of undefined behavior. -

    K.3.2 Errors

    +

    K.3.2 Errors <errno.h>

    The header <errno.h> defines a type.

    @@ -28523,7 +28523,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. errno might be declared as having the return type errno_t. -

    K.3.3 Common definitions

    +

    K.3.3 Common definitions <stddef.h>

    The header <stddef.h> defines a type.

    @@ -28537,7 +28537,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''.

    372) See the description of the RSIZE_MAX macro in <stdint.h>. -

    K.3.4 Integer types

    +

    K.3.4 Integer types <stdint.h>

    The header <stdint.h> defines a macro.

    @@ -28569,7 +28569,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''.

    373) The macro RSIZE_MAX need not expand to a constant expression. -

    K.3.5 Input/output

    +

    K.3.5 Input/output <stdio.h>

    The header <stdio.h> defines several macros and two types.

    @@ -29502,7 +29502,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. expect such a relationship. -

    K.3.6 General utilities

    +

    K.3.6 General utilities <stdlib.h>

    The header <stdlib.h> defines three types.

    @@ -30025,7 +30025,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. runtime-constraint violation. -

    K.3.7 String handling

    +

    K.3.7 String handling <string.h>

    The header <string.h> defines two types.

    @@ -30536,7 +30536,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. strnlen_s useful in algorithms that gracefully handle such exceptional data. -

    K.3.8 Date and time

    +

    K.3.8 Date and time <time.h>

    The header <time.h> defines two types.

    @@ -30712,7 +30712,7 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. The localtime_s function returns result, or a null pointer if the specified time cannot be converted to local time or there is a runtime-constraint violation. -

    K.3.9 Extended multibyte and wide character utilities

    +

    K.3.9 Extended multibyte and wide character utilities <wchar.h>

    The header <wchar.h> defines two types.