mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-25 03:54:01 +00:00
7 lines
115 B
C
7 lines
115 B
C
|
|
#include "shell/shell_internal.h"
|
||
|
|
|
||
|
|
int cleonos_app_main(void) {
|
||
|
|
return ush_command_program_main("memstat");
|
||
|
|
}
|
||
|
|
|