Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ stat
Class
stat
examples/file/listdir.c:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
{
26
struct dirent* dirent;
27
struct stat s;
28
29
fullpath = rt_malloc(256);
30
if (fullpath == RT_NULL)
Callers
1
list_dir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected