Files
pit/src/help.c

9 lines
154 B
C

#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "pit.h"
void pit_help(char *argv[])
{
puts("pit: help is not implemented yet");
}