Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitchX
GitHub Repository: BitchX/BitchX1.3
Path: blob/master/include/chelp.h
1069 views
1
/*
2
* Written and CopyRight by Colten Edwards 03-09-96
3
*
4
*
5
*/
6
7
#ifndef __chelp_h
8
#define __chelp_h
9
10
extern void chelp (char *, char *, char *, char *);
11
12
#endif
13
14