7 lines
84 B
Modula-2
7 lines
84 B
Modula-2
DEFINITION MODULE Common;
|
|
|
|
TYPE
|
|
ShortString = ARRAY[0..255] OF CHAR;
|
|
|
|
END Common.
|