about summary refs log tree commit diff
path: root/csrc/sh.h
blob: 523c3f065e5b62a0a65e893df8fa4598ae775de8 (plain)
1
2
3
4
5
#ifndef __SHELLH__
#define __SHELLH__

int shell();
#endif