home *** CD-ROM | disk | FTP | other *** search
- /* Test DHST_Add() Program */
- /* By Mark Wherry 08/03/98 */
-
- #include <aes.h>
- #include <stdio.h>
- #include "dhst4lc.h"
-
- int ap_id;
-
- int main(void)
- {
- ap_id=appl_init();
-
- printf("DHST_Add=%d\n",DHST_Add(ap_id,"Everest","D:\\Everest\\EVEREST.PRG","SCRAP.TXT","C:\\CLIPBRD\\SCRAP.TXT"));
-
- appl_exit();
-
- return 0;
- }