Programar em C/Lista de bibliotecas: diferenças entre revisões

[edição não verificada][edição não verificada]
Conteúdo apagado Conteúdo adicionado
Nova página: Cabeçalhos de bibliotecas padrão ANSI C (C89)/ISO C (C90) {| | * <tt>assert.h</tt> * <tt>ctype.h</tt> * <tt>errno.h</tt> * <tt>float.h</tt> | * <tt>limits.h</tt> * <tt>locale.h</tt> ...
 
Sem resumo de edição
Linha 1:
Cabeçalhos de bibliotecas padrão ANSI C (C89)/ISO C (C90):
{|
|
Linha 21:
* <tt>time.h</tt>
|
|}
 
Cabeçalhos adicionados no ISO C (C94/C95):
{|
|
* <tt>iso646.h</tt>
|
* <tt>wchar.h</tt>
|
* <tt>wctype.h</tt>
|}
 
Cabeçalhos adicionados no ISO C (C99) (suportados somente em compiladores mais novos):
{|
|
* <tt>complex.h</tt>
* <tt>fenv.h</tt>
|
* <tt>inttypes.h</tt>
* <tt>stdbool.h</tt>
|
* <tt>stdint.h</tt>
* <tt>tgmath.h</tt>
|}