[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable

CORE-9444
This commit is contained in:
Eric Kohl 2019-09-21 11:39:01 +02:00
parent 81e27f0be7
commit 432854ee18
53 changed files with 961 additions and 625 deletions

View file

@ -63,9 +63,6 @@ INT CommandAlias (LPTSTR);
/* Prototypes for ASSOC.C */
INT CommandAssoc (LPTSTR);
/* Prototypes for ATTRIB.C */
INT CommandAttrib (LPTSTR);
/* Prototypes for BEEP.C */
INT cmd_beep (LPTSTR);