8 lines
72 B
C
8 lines
72 B
C
#include "command.h"
|
|
#include "target.h"
|
|
|
|
int top(void)
|
|
{
|
|
return 0;
|
|
}
|