22 lines
343 B
Plaintext
22 lines
343 B
Plaintext
IMAGE prndir
|
|
|
|
EXTERNAL olib
|
|
|
|
INCLUDE varray.g
|
|
INCLUDE p_file.h
|
|
|
|
|
|
CLASS dirlist vaxvar
|
|
Directory list
|
|
{
|
|
REPLACE va_test sort by various criteria
|
|
TYPES
|
|
{
|
|
typedef struct
|
|
{
|
|
P_INFO info;
|
|
TEXT name[P_FNAMESIZE];
|
|
} DIRLIST_ITEM;
|
|
}
|
|
}
|