Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
FILE *file;
11
bool mygetline(char *str, int len) { return fgets(str, len, file)!=NULL; }
12
13
int main() {
14
file = fopen(
"test_cube2md5.txt"
,
"r"
);
Callers
1
main
Function · 0.85
Calls
1
fgets
Function · 0.85
Tested by
no test coverage detected