mirror of
https://github.com/michaeldv/pit.git
synced 2025-12-10 08:25:34 +00:00
Refactored to add dispatcher and universal command handlers
This commit is contained in:
9
src/help.c
Normal file
9
src/help.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "pit.h"
|
||||
|
||||
void pit_help(char *argv[])
|
||||
{
|
||||
puts("pit: help is not implemented yet");
|
||||
}
|
||||
Reference in New Issue
Block a user