From f83a7e74298a283425248adf1dc8a0b9c07beaee Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 19 Jun 2011 12:03:10 -0700 Subject: support for customizing interactive input by setting Module.stdin --- tests/files.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/files.cpp') diff --git a/tests/files.cpp b/tests/files.cpp index 99eddec5..202c03bb 100644 --- a/tests/files.cpp +++ b/tests/files.cpp @@ -30,6 +30,7 @@ int main() // Standard streams + printf("input:%s\n", gets((char*)malloc(1024))); fwrite("texto\n", 1, 6, stdout); fwrite("texte\n", 1, 6, stderr); -- cgit v1.2.3-70-g09d2