c variadic calls

This commit is contained in:
2026-06-14 15:53:45 +02:00
parent 638ca57f5c
commit 2d3d0bd266
21 changed files with 409 additions and 35 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ int configured_value(int value);
#endif
#define IMPORTED_MACRO 42
int imported_variadic(const char *format, ...);
int imported_variadic(int marker, ...);
#endif