aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/std.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-01 23:44:51 +0900
committernsfisis <nsfisis@gmail.com>2025-09-01 23:55:56 +0900
commit09a245679c8d01eaec71b22985a9895667280cad (patch)
treef77024dbfb3f69d48bed3c7faaae994d0d9a173d /src/std.h
parent5c1716417609ac2cea1470b3d3bb38a6e758279a (diff)
downloadducc-09a245679c8d01eaec71b22985a9895667280cad.tar.gz
ducc-09a245679c8d01eaec71b22985a9895667280cad.tar.zst
ducc-09a245679c8d01eaec71b22985a9895667280cad.zip
feat: partially support anonymous structs/unions/enums
Diffstat (limited to 'src/std.h')
-rw-r--r--src/std.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/std.h b/src/std.h
index ad31747..0a40232 100644
--- a/src/std.h
+++ b/src/std.h
@@ -3,7 +3,6 @@
#include <stddef.h>
-struct FILE;
typedef struct FILE FILE;
extern FILE* stdin;