7 lines
76 B
C
7 lines
76 B
C
#include "debug.h"
|
|
|
|
void stack_cmd(char arg)
|
|
{
|
|
(void)arg;
|
|
print_stack();
|
|
} |