Struct wasm::wasm_dirent64
-
struct wasm::wasm_dirent64
To double check this, work out which header from the sysroot is resolved Currently this is:
include/__struct_dirent.h
include/__typedef_ino_t.h
struct dirent { ino_t d_ino; # unsigned long long unsigned char d_type; char d_name[]; };
Public Members
-
uint64_t d_ino
-
uint8_t d_type
-
uint8_t d_name[]