Files
cleonos/cleonos/c/apps/memstat_main.c

7 lines
115 B
C
Raw Normal View History

2026-04-14 20:08:53 +08:00
#include "shell/shell_internal.h"
int cleonos_app_main(void) {
return ush_command_program_main("memstat");
}