Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_file_close
Function
acl_file_close
lib_acl/src/stdlib/sys/acl_sys_file.c:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int acl_file_close(ACL_FILE_HANDLE fh)
98
{
99
return CloseHandle(fh) ? 0 : -1;
100
}
101
102
acl_off_t acl_lseek(ACL_FILE_HANDLE fh, acl_off_t offset, int whence)
103
{
Callers
14
dict_db_open
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
acl_vstream_popen
Function · 0.85
acl_pipe
Function · 0.85
acl_pipe_close
Function · 0.85
acl_xml2_mmap_file
Function · 0.85
acl_xml2_free
Function · 0.85
~locker
Method · 0.85
tls_prng_exch_close
Function · 0.85
tls_prng_dev_close
Function · 0.85
Calls
1
close
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…