Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
subc
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
move Emacs mode selection to end
master
Ian Piumarta
hace 3 meses
padre
46c4a94f5a
commit
aab97b38b8
Se han
modificado 1 ficheros
con
7 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-3
test.txt
+ 7
- 3
test.txt
Ver fichero
@ -1,14 +1,18 @@
#!./main
-*- C -*-
#!./main
#include <stdio.h>
int foo(
int a
)
int foo(
void
)
{
return 42;
}
int main(int argc, char **argv)
{
printf("hello, world %d\n", foo(
argc
));
printf("hello, world %d\n", foo());
return 0;
}
// Local Variables:
// mode: c
// End:
Escribir
Vista previa
Cargando…
Cancelar
Guardar