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

9
си/stdin.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef STDIN_H
#define STDIN_H
#include "rt_api.h"
TString stdin_read_to_string(int bytes);
void stderr_write_string(TString data);
#endif // STDIN_H