Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasi-threads/__struct_dirent.h

14 lines
223 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___struct_dirent_h
#define __wasilibc___struct_dirent_h
#include <__typedef_ino_t.h>
#define _DIRENT_HAVE_D_TYPE
struct dirent {
ino_t d_ino;
unsigned char d_type;
char d_name[];
};
#endif