10 lines
172 B
C
10 lines
172 B
C
#ifndef PISH_H
|
|
#define PISH_H
|
|
|
|
#include "Common.h"
|
|
|
|
void Pish(void);
|
|
void ReadPishrc(CommandStruct* commandParent, CommandStruct *commandChild, char* inputString);
|
|
|
|
#endif
|