16 lines
215 B
Plaintext
16 lines
215 B
Plaintext
LIBRARY rsort
|
|
|
|
INCLUDE p_std.h
|
|
INCLUDE p_object.h
|
|
|
|
CLASS root
|
|
{
|
|
ADD destroy
|
|
ADD sort Sort a given list of integers
|
|
PROPERTY
|
|
{
|
|
P_OBJECT pc; Class link
|
|
}
|
|
}
|
|
|