build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
LIBRARY ws$txt
EXTERNAL olib
INCLUDE p_std.h
INCLUDE p_object.h
INCLUDE olib.g
INCLUDE appman.g
CLASS txtsave active
NB Must be first class in DYL
{
REPLACE destroy
REPLACE ao_init
REPLACE ao_queue
REPLACE ao_run
REPLACE ao_abrun
CONSTANTS
{
CHAR_CR 13
TXTSAVE_BUFFER_LEN 256
}
PROPERTY
{
UINT ntags;
UINT curtag;
UINT pos;
TEXT buf[TXTSAVE_BUFFER_LEN];
}
}