Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ openLogFile
Function
openLogFile
src/library/tools/tune/tune.c:1579–1586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1577
}LOG_STAT;
1578
1579
void
1580
openLogFile(LOG_FILE* lf, char* fileName)
1581
{
1582
if ((lf->f = fopen(fileName,
"a+"
)) != NULL) {
1583
1584
}
1585
1586
}
1587
void
1588
closeLogFile(LOG_FILE* lf)
1589
{
Callers
1
tune.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected