MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / ReadLine

Method ReadLine

test/browser/async_virtual.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15int BatchFile::ReadLine(char * line) {
16 printf("Sleep-->\n");
17 emscripten_sleep(300);
18 printf("<--Sleep\n");
19 return 1;
20}
21
22BatchFile b;
23

Callers 1

mainFunction · 0.80

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected