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

Function mygetline

test/core/test_cube2md5.c:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10FILE *file;
11bool mygetline(char *str, int len) { return fgets(str, len, file)!=NULL; }
12
13int main() {
14 file = fopen("test_cube2md5.txt", "r");

Callers 1

mainFunction · 0.85

Calls 1

fgetsFunction · 0.85

Tested by

no test coverage detected