[LABEL][CMD] Convert the label command to a standalone executable

CORE-9444
This commit is contained in:
Eric Kohl 2019-09-22 14:50:37 +02:00
parent cf2b918e0f
commit 6bfe4f68af
53 changed files with 710 additions and 227 deletions

View file

@ -237,9 +237,6 @@ INT CommandExit (LPTSTR);
INT CommandRem (LPTSTR);
INT CommandShowCommands (LPTSTR);
/* Prototypes for LABEL.C */
INT cmd_label (LPTSTR);
/* Prototypes for LOCALE.C */
extern TCHAR cDateSeparator;
extern INT nDateFormat;