home *** CD-ROM | disk | FTP | other *** search
- /*
- * cproto.h -- prototypes for functions common to several modules.
- */
-
- novalue getctime Params((char *sbuf));
- int getopt Params((int nargs, char **nargv, char *ostr));
- novalue getitime Params((struct cal_time *ct));
- long longwrite Params((char *s,long len,FILE *file));
- long lstrlen Params((char *s));
-
- #ifndef SysMem
- pointer memcopy Params((char *to, char* from, word n));
- pointer memfill Params((char *to, int con, word n));
- #endif /* SysMem */
-
- long millisec Params((noargs));
- int tonum Params((int c));
-