mirror of
https://github.com/michaeldv/pit.git
synced 2025-12-10 00:15:35 +00:00
9 lines
154 B
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");
|
|
} |