mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
10 lines
276 B
C
Vendored
10 lines
276 B
C
Vendored
/**
|
|
* This file is part of the mingw-w64 runtime package.
|
|
* No warranty is given; refer to the file DISCLAIMER within this package.
|
|
*/
|
|
|
|
#define FUNC_FTW ftw32i64
|
|
#define FUNC_NFTW nftw32i64
|
|
#define FUNC_STAT stat32i64
|
|
#define STRUCT_STAT struct _stat32i64
|
|
#include "ftw.c"
|