/* ARC - Archive utility - ARCDEL (C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED By: Thom Henderson Description: This file contains the routines used to delete entries in an archive. Language: Computer Innovations Optimizing C86 */ #include #include "arc.h" delarc(num,arg) /* remove files from archive */ int num; /* number of arguments */ char *arg[]; /* pointers to arguments */ { struct heads hdr; /* header data */ int del; /* true to delete a file */ int did[MAXARG]; /* true when argument used */ int n; /* index */ if(!num) /* she must specify which */ abort("You must tell me which files to delete!"); for(n=0; n