C/Biblioteka standardowa: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
Linia 52:
! Nazwa !! Od !! opis
|-
| <code>[[C/Biblioteka_standardowa/Indeks_tematyczny#assert.h|<assert.h>]]</code> || || Contains the [[assertion (computing)|assert]] macro, used to assist with detecting logical errors and other types of bug in debugging versions of a program.
|-
| <code>[[C/Zaawansowane_operacje_matematyczne#complex.h|<complex.h>]]</code> || C99 || A [[C mathematical functions#complex.h|set of functions]] for manipulating [[complex number]]s.
|-
| <code>[[ctype.hC/Biblioteka_standardowa/Indeks_tematyczny#|<ctype.h>]]</code> || || Defines [[C character classification|set of functions]] used to classify characters by their types or to convert between upper and lower case in a way that is independent of the used [[character set]] (typically [[ASCII]] or one of its extensions, although implementations utilizing [[EBCDIC]] are also known).
|-
| <code>[[errno.hC/Biblioteka_standardowa/Indeks_tematyczny#|<errno.h>]]</code> || || For testing error codes reported by library functions.
|-
| <code>[[fenv.hC/Biblioteka_standardowa/Indeks_tematyczny#|<fenv.h>]]</code> || C99 || Defines a [[C mathematical functions#fenv.h|set of functions]] for controlling [[floating-point]] environment.
|-
| <code>[[C/Biblioteka_standardowa/Indeks_tematyczny#float.h|<float.h>]]</code> || || Defines [[C data types#float.h|macro constants]] specifying the implementation-specific properties of the [[floating-point]] library.
|-
| <code>[[inttypes.hC/Biblioteka_standardowa/Indeks_tematyczny#|<inttypes.h>]]</code> || C99 || Defines [[C data types#inttypes.h|exact width integer types]].
|-
| <code>[[iso646.h|<iso646.h>]]</code> || NA1 || Defines [[C alternative tokens|several macros]] that implement alternative ways to express several standard tokens. For programming in [[ISO 646]] variant character sets.
|-
| <code>[[C/Biblioteka_standardowa/Indeks_tematyczny#limits.h|<limits.h>]]</code> || || Defines [[C data types#limits.h|macro constants]] specifying the implementation-specific properties of the integer types.
|-
| <code><[[C/Biblioteka_standardowa/Indeks_tematyczny#locale.h|locale.h]]></code> || || Defines [[C localization functions|localization functions]].
|-
| <code>[[C/Biblioteka_standardowa/Indeks_tematyczny#math.h|<math.h>]]</code> || || Defines [[C mathematical functions|common mathematical functions]].