Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
piumarta
/
ccmeta
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Add some typedefs to proceed past non-inclusion of header files.
master
Ian Piumarta
há 2 anos
ascendente
91d5e4af0b
cometimento
6145288153
4 ficheiros alterados
com
11 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
tests/c/00104.c
+2
-0
tests/c/00187.c
+3
-0
tests/c/00189.c
+2
-0
tests/c/00220.c
+ 4
- 0
tests/c/00104.c
Ver ficheiro
@ -1,5 +1,9 @@
#
include
<stdint.h>
typedef
int
int32_t
;
typedef
long
int64_t
;
int
main
(
)
{
+ 2
- 0
tests/c/00187.c
Ver ficheiro
@ -1,5 +1,7 @@
#
include
<stdio.h>
typedef
struct
FILE
FILE
;
int
main
(
)
{
FILE
*
f
=
fopen
(
"
fred.txt
"
,
"
w
"
)
;
+ 3
- 0
tests/c/00189.c
Ver ficheiro
@ -1,5 +1,8 @@
#
include
<stdio.h>
typedef
struct
FILE
FILE
;
FILE
*
stdout
;
int
fred
(
int
p
)
{
printf
(
"
yo %d
\n
"
,
p
)
;
+ 2
- 0
tests/c/00220.c
Ver ficheiro
@ -2,6 +2,8 @@
#
include
<stdio.h>
#
include
<wchar.h>
typedef
int
wchar_t
;
int
main
(
)
{
wchar_t
s
[
]
=
L
"
hello$$你好¢¢世界€€world
"
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar