init here

This commit is contained in:
2025-11-26 21:32:41 +03:00
commit 33c97acade
91 changed files with 9155 additions and 0 deletions

14
си/pstruya.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef STRUYA_H
#define STRUYA_H
#include "rt_api.h"
#include "struya_vnutr.h"
#include <pthread.h>
#include <stdlib.h>
int64_t tri_thread_create(struya_vnutr__TStruya routine, TTagPair arg);
void tri_thread_join(int64_t thread);
void tri_thread_detach(int64_t thread);
#endif // STRUYA_H