home *** CD-ROM | disk | FTP | other *** search
-
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void beep(int f, int d);
- void nokey(void);
- int inserton(void);
- void delchar(char *s,int first,int num);
- void copyfile(char *s,char *s2);
- void chdrv(int i);
- int deviceready(char *s);
- void stringcopy(char *fromstr,char *tostr,int startchar,int numchars);
- void doscommand(char *s);
- void slash(char *s);
- void filenameonly(char *fullname,char *filename);
- long diskfree(int i);
-
-
-
- #ifdef __cplusplus
- }
- #endif
-
-