This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
PUBLIC_REPOS
/
buildroot
espejo de
git://git.buildroot.net/buildroot
Seguir
2
Destacar
1
Fork
0
Archivos
Explorar el Código
test file, no longer needed
Eric Andersen
hace 20 años
padre
302ea19e5e
commit
21c7c4c26b
Se han
modificado 1 ficheros
con
0 adiciones
y
8 borrados
Dividir vista
Mostrar estadísticas de diff
0
8
tiny.c
+ 0
- 8
tiny.c
Ver fichero
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}