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
+21
View File
@@ -0,0 +1,21 @@
/* Release 3.10 */
/*-------------------------------------------------------------------------*
* *
* NEW.H - header file for C++ memory allocation operators. *
* *
* COPYRIGHT (C) 1990..1992 Clarion Software Corporation *
* All Rights Reserved *
* *
*--------------------------------------------------------------------------*/
#include <stdepoc.h>
#ifndef _NEW_INC_
#define _NEW_INC_
#include <stddef.h>
extern void (* set_new_handler(void(*)()))();
void * operator new(size_t _size, void *_place);
#endif