Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501441
/
OS2021_Project1.Shell
Seguir
3
Destacar
3
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test mytop
master
10195501441
hace 3 años
padre
bf8b8a79ec
commit
157f83c252
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
yeeshell.c
+ 2
- 1
yeeshell.c
Ver fichero
@ -409,8 +409,9 @@ int builtin_mytop()
if
(
prev_proc
=
=
NULL
)
get_procs
(
)
;
print_procs
(
prev_proc
,
proc
,
cputimemode
)
;
exit
(
1
)
;
exit
(
0
)
;
}
return
1
;
}
void
mytop_memory
(
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar