build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user