Add A command line parsing procedure
This commit is contained in:
6
source/Common.def
Normal file
6
source/Common.def
Normal file
@ -0,0 +1,6 @@
|
||||
DEFINITION MODULE Common;
|
||||
|
||||
TYPE
|
||||
ShortString = ARRAY[0..255] OF CHAR;
|
||||
|
||||
END Common.
|
Reference in New Issue
Block a user