2024-04-14 22:45:38 +02:00

8 lines
72 B
C

#include "command.h"
#include "target.h"
int top(void)
{
return 0;
}