Add standard streams
All checks were successful
Release / release (push) Successful in 3s

This commit is contained in:
2026-05-17 11:13:40 +01:00
parent 70997f091f
commit 8061692801
2 changed files with 11 additions and 3 deletions

View File

@@ -12,9 +12,9 @@ BEGIN_C_LINKAGE
#endif // !WAPP_PLATFORM_CPP
typedef struct WFile WFile;
// wapp_extern WFile *WF_STDIN;
// wapp_extern WFile *WF_STDOUT;
// wapp_extern WFile *WF_STDERR;
wapp_extern WFile *WF_STDIN;
wapp_extern WFile *WF_STDOUT;
wapp_extern WFile *WF_STDERR;
typedef enum {
WAPP_ACCESS_READ, // Equivalent to r