42_KFS/src/shell/commands/stack_cmd.c

7 lines
76 B
C

#include "debug.h"
void stack_cmd(char arg)
{
(void)arg;
print_stack();
}