init here
This commit is contained in:
9
си/stdin.h
Normal file
9
си/stdin.h
Normal 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
|
||||
Reference in New Issue
Block a user