Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501441
/
OS2021_Project1.Shell
Segui
3
Vota
3
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test mytop
master
10195501441
3 anni fa
parent
bf8b8a79ec
commit
157f83c252
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
yeeshell.c
+ 2
- 1
yeeshell.c
Vedi File
@ -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
(
)
Scrivi
Anteprima
Caricamento…
Annulla
Salva